#76544B

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

Shades of Buccaneer #76544B

Tints of Buccaneer #76544B

Color information

#76544B (or 0x76544B) is unknown color: approx Buccaneer. HEX triplet: 76, 54 and 4B. RGB value is (118,84,75). Sum of RGB (Red+Green+Blue) = 118+84+75=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 75 (29.69% from 255 or 27.08% from 277); Max value from RGB is 118 - color contains mainly: red. Hex color #76544B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76544B is #89ABB4. Grayscale: #5D5D5D. Windows color (decimal): -9022389 or 4936822. OLE color: 4936822.

HSL color Cylindrical-coordinate representation of color #76544B: hue angle of 12.56º 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 #76544B is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB1188475-
CMYK00.290.360.54
HSL12.56º22.28%37.84%-
HSV(B)12.56º36.44%46.27%-
XYZ11.9110.78.09-
YUV93.14117.76145.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.60%
GREEN value IS 84 (33.20% from 255) = 30.32%
BLUE value IS 75 (29.69% from 255) = 27.08%
R=42.60%
G=30.32%
B=27.08%

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
Decimal118847500.290.360.5412.5622.2837.84
Hex76544B01D2436d1626
Octal1661241130354466152646
Binary111011010101001001011011101100100110110110110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76544B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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