#764F48

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

Shades of Buccaneer #764F48

Tints of Buccaneer #764F48

Color information

#764F48 (or 0x764F48) is unknown color: approx Buccaneer. HEX triplet: 76, 4F and 48. RGB value is (118,79,72). Sum of RGB (Red+Green+Blue) = 118+79+72=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 79 (31.25% from 255 or 29.37% from 269); Blue value is 72 (28.52% from 255 or 26.77% from 269); Max value from RGB is 118 - color contains mainly: red. Hex color #764F48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764F48 is #89B0B7. Grayscale: #595959. Windows color (decimal): -9023672 or 4738934. OLE color: 4738934.

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

Color convert

RGB1187972-
CMYK00.330.390.54
HSL9.13º24.21%37.25%-
HSV(B)9.13º38.98%46.27%-
XYZ11.449.917.44-
YUV89.86117.92148.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.87%
GREEN value IS 79 (31.25% from 255) = 29.37%
BLUE value IS 72 (28.52% from 255) = 26.77%
R=43.87%
G=29.37%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118797200.330.390.549.1324.2137.25
Hex764F48021273691825
Octal1661171100414766113045
Binary1110110100111110010000100001100111110110100111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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