#78564F

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

Shades of Buccaneer #78564F

Tints of Buccaneer #78564F

Color information

#78564F (or 0x78564F) is unknown color: approx Buccaneer. HEX triplet: 78, 56 and 4F. RGB value is (120,86,79). Sum of RGB (Red+Green+Blue) = 120+86+79=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 79 (31.25% from 255 or 27.72% from 285); Max value from RGB is 120 - color contains mainly: red. Hex color #78564F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78564F is #87A9B0. Grayscale: #5F5F5F. Windows color (decimal): -8890801 or 5199480. OLE color: 5199480.

HSL color Cylindrical-coordinate representation of color #78564F: hue angle of 10.24º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #78564F is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB1208679-
CMYK00.280.340.53
HSL10.24º20.6%39.02%-
HSV(B)10.24º34.17%47.06%-
XYZ12.4811.218.9-
YUV95.37118.76145.57-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.11%
GREEN value IS 86 (33.98% from 255) = 30.18%
BLUE value IS 79 (31.25% from 255) = 27.72%
R=42.11%
G=30.18%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120867900.280.340.5310.2420.639.02
Hex78564F01C2235a1527
Octal1701261170344265122547
Binary111100010101101001111011100100010110101101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78564F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78564F; }

 p { color: rgb(120,86,79); }

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

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

 a { background-color: rgb(120,86,79); }

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

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

 span { border-color: rgb(120,86,79); }

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