#77534B

Color #77534B Buccaneer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buccaneer #77534B

Tints of Buccaneer #77534B

Color information

#77534B (or 0x77534B) is unknown color: approx Buccaneer. HEX triplet: 77, 53 and 4B. RGB value is (119,83,75). Sum of RGB (Red+Green+Blue) = 119+83+75=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 75 (29.69% from 255 or 27.08% from 277); Max value from RGB is 119 - color contains mainly: red. Hex color #77534B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77534B is #88ACB4. Grayscale: #5C5C5C. Windows color (decimal): -8957109 or 4936567. OLE color: 4936567.

HSL color Cylindrical-coordinate representation of color #77534B: hue angle of 10.91º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77534B is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB1198375-
CMYK00.300.370.53
HSL10.91º22.68%38.04%-
HSV(B)10.91º36.97%46.67%-
XYZ11.9710.628.07-
YUV92.85117.93146.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 42.96%
GREEN value IS 83 (32.81% from 255) = 29.96%
BLUE value IS 75 (29.69% from 255) = 27.08%
R=42.96%
G=29.96%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119837500.300.370.5310.9122.6838.04
Hex77534B01E2535b1726
Octal1671231130364565132746
Binary111011110100111001011011110100101110101101110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77534B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77534B; }

 p { color: rgb(119,83,75); }

 H1.HeaderClassName
 {
   color: #77534B;
 }
 .AnyTagClassName
 {
   color: #77534B;
 }
</style>
background-color css

<style>
 a { background-color: #77534B; }

 a { background-color: rgb(119,83,75); }

 div.DivClassName
 {
   background-color: #77534B;
 }
 .BgClassName
 {
   background-color: #77534B;
 }
</style>
border-color css

<style>
 span { border-color: #77534B; }

 span { border-color: rgb(119,83,75); }

 td.TdClassName
 {
   border-color: #77534B;
 }
 .TagClassName
 {
   border-color: #77534B;
 }
</style>