#78574E

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

Shades of Buccaneer #78574E

Tints of Buccaneer #78574E

Color information

#78574E (or 0x78574E) is unknown color: approx Buccaneer. HEX triplet: 78, 57 and 4E. RGB value is (120,87,78). Sum of RGB (Red+Green+Blue) = 120+87+78=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 87 (34.38% from 255 or 30.53% from 285); Blue value is 78 (30.86% from 255 or 27.37% from 285); Max value from RGB is 120 - color contains mainly: red. Hex color #78574E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78574E is #87A8B1. Grayscale: #5F5F5F. Windows color (decimal): -8890546 or 5134200. OLE color: 5134200.

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

Color convert

RGB1208778-
CMYK00.280.350.53
HSL12.86º21.21%38.82%-
HSV(B)12.86º35%47.06%-
XYZ12.5311.368.74-
YUV95.84117.93145.23-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.11%
GREEN value IS 87 (34.38% from 255) = 30.53%
BLUE value IS 78 (30.86% from 255) = 27.37%
R=42.11%
G=30.53%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120877800.280.350.5312.8621.2138.82
Hex78574E01C2335d1527
Octal1701271160344365152547
Binary111100010101111001110011100100011110101110110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78574E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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