#764C49

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

Shades of Buccaneer #764C49

Tints of Buccaneer #764C49

Color information

#764C49 (or 0x764C49) is unknown color: approx Buccaneer. HEX triplet: 76, 4C and 49. RGB value is (118,76,73). Sum of RGB (Red+Green+Blue) = 118+76+73=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 76 (30.08% from 255 or 28.46% from 267); Blue value is 73 (28.91% from 255 or 27.34% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #764C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764C49 is #89B3B6. Grayscale: #585858. Windows color (decimal): -9024439 or 4803702. OLE color: 4803702.

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

Color convert

RGB1187673-
CMYK00.360.380.54
HSL23.56%37.45%-
HSV(B)38.14%46.27%-
XYZ11.269.57.54-
YUV88.22119.41149.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.19%
GREEN value IS 76 (30.08% from 255) = 28.46%
BLUE value IS 73 (28.91% from 255) = 27.34%
R=44.19%
G=28.46%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118767300.360.380.54423.5637.45
Hex764C49024263641825
Octal166114111044466643045
Binary111011010011001001001010010010011011011010011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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