#76544C

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

Shades of Buccaneer #76544C

Tints of Buccaneer #76544C

Color information

#76544C (or 0x76544C) is unknown color: approx Buccaneer. HEX triplet: 76, 54 and 4C. RGB value is (118,84,76). Sum of RGB (Red+Green+Blue) = 118+84+76=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 76 (30.08% from 255 or 27.34% from 278); Max value from RGB is 118 - color contains mainly: red. Hex color #76544C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76544C is #89ABB3. Grayscale: #5D5D5D. Windows color (decimal): -9022388 or 5002358. OLE color: 5002358.

HSL color Cylindrical-coordinate representation of color #76544C: hue angle of 11.43º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76544C is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB1188476-
CMYK00.290.360.54
HSL11.43º21.65%38.04%-
HSV(B)11.43º35.59%46.27%-
XYZ11.9510.718.28-
YUV93.25118.26145.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.45%
GREEN value IS 84 (33.20% from 255) = 30.22%
BLUE value IS 76 (30.08% from 255) = 27.34%
R=42.45%
G=30.22%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118847600.290.360.5411.4321.6538.04
Hex76544C01D2436b1626
Octal1661241140354466132646
Binary111011010101001001100011101100100110110101110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76544C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76544C; }

 p { color: rgb(118,84,76); }

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

<style>
 a { background-color: #76544C; }

 a { background-color: rgb(118,84,76); }

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

<style>
 span { border-color: #76544C; }

 span { border-color: rgb(118,84,76); }

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