#77534A

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

Shades of Buccaneer #77534A

Tints of Buccaneer #77534A

Color information

#77534A (or 0x77534A) is unknown color: approx Buccaneer. HEX triplet: 77, 53 and 4A. RGB value is (119,83,74). Sum of RGB (Red+Green+Blue) = 119+83+74=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 119 - color contains mainly: red. Hex color #77534A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77534A is #88ACB5. Grayscale: #5C5C5C. Windows color (decimal): -8957110 or 4871031. OLE color: 4871031.

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

Color convert

RGB1198374-
CMYK00.300.380.53
HSL12º23.32%37.84%-
HSV(B)12º37.82%46.67%-
XYZ11.9410.67.9-
YUV92.74117.43146.73-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.12%
GREEN value IS 83 (32.81% from 255) = 30.07%
BLUE value IS 74 (29.30% from 255) = 26.81%
R=43.12%
G=30.07%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119837400.300.380.531223.3237.84
Hex77534A01E2635c1726
Octal1671231120364665142746
Binary111011110100111001010011110100110110101110010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77534A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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