#764E48

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

Shades of Buccaneer #764E48

Tints of Buccaneer #764E48

Color information

#764E48 (or 0x764E48) is unknown color: approx Buccaneer. HEX triplet: 76, 4E and 48. RGB value is (118,78,72). Sum of RGB (Red+Green+Blue) = 118+78+72=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 78 (30.86% from 255 or 29.10% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #764E48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764E48 is #89B1B7. Grayscale: #595959. Windows color (decimal): -9023928 or 4738678. OLE color: 4738678.

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

Color convert

RGB1187872-
CMYK00.340.390.54
HSL7.83º24.21%37.25%-
HSV(B)7.83º38.98%46.27%-
XYZ11.379.777.42-
YUV89.28118.25148.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.03%
GREEN value IS 78 (30.86% from 255) = 29.10%
BLUE value IS 72 (28.52% from 255) = 26.87%
R=44.03%
G=29.10%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118787200.340.390.547.8324.2137.25
Hex764E48022273681825
Octal1661161100424766103045
Binary1110110100111010010000100010100111110110100011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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