#764C4C

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

Shades of Buccaneer #764C4C

Tints of Buccaneer #764C4C

Color information

#764C4C (or 0x764C4C) is unknown color: approx Buccaneer. HEX triplet: 76, 4C and 4C. RGB value is (118,76,76). Sum of RGB (Red+Green+Blue) = 118+76+76=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 76 (30.08% from 255 or 28.15% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #764C4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764C4C is #89B3B3. Grayscale: #585858. Windows color (decimal): -9024436 or 5000310. OLE color: 5000310.

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

Color convert

RGB1187676-
CMYK00.360.360.54
HSL21.65%38.04%-
HSV(B)35.59%46.27%-
XYZ11.369.548.08-
YUV88.56120.91149-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.70%
GREEN value IS 76 (30.08% from 255) = 28.15%
BLUE value IS 76 (30.08% from 255) = 28.15%
R=43.70%
G=28.15%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118767600.360.360.54021.6538.04
Hex764C4C024243601626
Octal166114114044446602646
Binary1110110100110010011000100100100100110110010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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