#764847

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

Shades of Buccaneer #764847

Tints of Buccaneer #764847

Color information

#764847 (or 0x764847) is unknown color: approx Buccaneer. HEX triplet: 76, 48 and 47. RGB value is (118,72,71). Sum of RGB (Red+Green+Blue) = 118+72+71=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 71 (28.12% from 255 or 27.20% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #764847 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764847 is #89B7B8. Grayscale: #555555. Windows color (decimal): -9025465 or 4671606. OLE color: 4671606.

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

Color convert

RGB1187271-
CMYK00.390.400.54
HSL1.28º24.87%37.06%-
HSV(B)1.28º39.83%46.27%-
XYZ10.938.947.11-
YUV85.64119.74151.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.21%
GREEN value IS 72 (28.52% from 255) = 27.59%
BLUE value IS 71 (28.12% from 255) = 27.20%
R=45.21%
G=27.59%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118727100.390.400.541.2824.8737.06
Hex764847027283611925
Octal166110107047506613145
Binary1110110100100010001110100111101000110110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764847; }

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

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

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

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

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

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

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

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