#764F49

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

Shades of Buccaneer #764F49

Tints of Buccaneer #764F49

Color information

#764F49 (or 0x764F49) is unknown color: approx Buccaneer. HEX triplet: 76, 4F and 49. RGB value is (118,79,73). Sum of RGB (Red+Green+Blue) = 118+79+73=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 79 (31.25% from 255 or 29.26% from 270); Blue value is 73 (28.91% from 255 or 27.04% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #764F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764F49 is #89B0B6. Grayscale: #5A5A5A. Windows color (decimal): -9023671 or 4804470. OLE color: 4804470.

HSL color Cylindrical-coordinate representation of color #764F49: hue angle of 8º 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 #764F49 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB1187973-
CMYK00.330.380.54
HSL23.56%37.45%-
HSV(B)38.14%46.27%-
XYZ11.479.927.61-
YUV89.98118.42147.99-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.70%
GREEN value IS 79 (31.25% from 255) = 29.26%
BLUE value IS 73 (28.91% from 255) = 27.04%
R=43.70%
G=29.26%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118797300.330.380.54823.5637.45
Hex764F49021263681825
Octal1661171110414666103045
Binary1110110100111110010010100001100110110110100011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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