#764E49

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

Shades of Buccaneer #764E49

Tints of Buccaneer #764E49

Color information

#764E49 (or 0x764E49) is unknown color: approx Buccaneer. HEX triplet: 76, 4E and 49. RGB value is (118,78,73). Sum of RGB (Red+Green+Blue) = 118+78+73=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 78 (30.86% from 255 or 29.00% from 269); Blue value is 73 (28.91% from 255 or 27.14% from 269); Max value from RGB is 118 - color contains mainly: red. Hex color #764E49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764E49 is #89B1B6. Grayscale: #595959. Windows color (decimal): -9023927 or 4804214. OLE color: 4804214.

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

Color convert

RGB1187873-
CMYK00.340.380.54
HSL6.67º23.56%37.45%-
HSV(B)6.67º38.14%46.27%-
XYZ11.49.787.59-
YUV89.39118.75148.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.87%
GREEN value IS 78 (30.86% from 255) = 29.00%
BLUE value IS 73 (28.91% from 255) = 27.14%
R=43.87%
G=29.00%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118787300.340.380.546.6723.5637.45
Hex764E49022263671825
Octal166116111042466673045
Binary111011010011101001001010001010011011011011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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