#78574F

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

Shades of Buccaneer #78574F

Tints of Buccaneer #78574F

Color information

#78574F (or 0x78574F) is unknown color: approx Buccaneer. HEX triplet: 78, 57 and 4F. RGB value is (120,87,79). Sum of RGB (Red+Green+Blue) = 120+87+79=286 (37% of max value = 765). Red value is 120 (47.27% from 255 or 41.96% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 79 (31.25% from 255 or 27.62% from 286); Max value from RGB is 120 - color contains mainly: red. Hex color #78574F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78574F is #87A8B0. Grayscale: #606060. Windows color (decimal): -8890545 or 5199736. OLE color: 5199736.

HSL color Cylindrical-coordinate representation of color #78574F: hue angle of 11.71º 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 #78574F is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB1208779-
CMYK00.280.340.53
HSL11.71º20.6%39.02%-
HSV(B)11.71º34.17%47.06%-
XYZ12.5711.378.93-
YUV95.95118.43145.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.96%
GREEN value IS 87 (34.38% from 255) = 30.42%
BLUE value IS 79 (31.25% from 255) = 27.62%
R=41.96%
G=30.42%
B=27.62%

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
Decimal120877900.280.340.5311.7120.639.02
Hex78574F01C2235c1527
Octal1701271170344265142547
Binary111100010101111001111011100100010110101110010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78574F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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