#764E47

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

Shades of Buccaneer #764E47

Tints of Buccaneer #764E47

Color information

#764E47 (or 0x764E47) is unknown color: approx Buccaneer. HEX triplet: 76, 4E and 47. RGB value is (118,78,71). Sum of RGB (Red+Green+Blue) = 118+78+71=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 78 (30.86% from 255 or 29.21% from 267); Blue value is 71 (28.12% from 255 or 26.59% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #764E47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764E47 is #89B1B8. Grayscale: #595959. Windows color (decimal): -9023929 or 4673142. OLE color: 4673142.

HSL color Cylindrical-coordinate representation of color #764E47: hue angle of 8.94º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #764E47 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB1187871-
CMYK00.340.400.54
HSL8.94º24.87%37.06%-
HSV(B)8.94º39.83%46.27%-
XYZ11.339.767.25-
YUV89.16117.75148.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.19%
GREEN value IS 78 (30.86% from 255) = 29.21%
BLUE value IS 71 (28.12% from 255) = 26.59%
R=44.19%
G=29.21%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118787100.340.400.548.9424.8737.06
Hex764E47022283691925
Octal1661161070425066113145
Binary1110110100111010001110100010101000110110100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764E47; }

 p { color: rgb(118,78,71); }

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

<style>
 a { background-color: #764E47; }

 a { background-color: rgb(118,78,71); }

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

<style>
 span { border-color: #764E47; }

 span { border-color: rgb(118,78,71); }

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