#78514F

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

Shades of Buccaneer #78514F

Tints of Buccaneer #78514F

Color information

#78514F (or 0x78514F) is unknown color: approx Buccaneer. HEX triplet: 78, 51 and 4F. RGB value is (120,81,79). Sum of RGB (Red+Green+Blue) = 120+81+79=280 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.86% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 79 (31.25% from 255 or 28.21% from 280); Max value from RGB is 120 - color contains mainly: red. Hex color #78514F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78514F is #87AEB0. Grayscale: #5C5C5C. Windows color (decimal): -8892081 or 5198200. OLE color: 5198200.

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

Color convert

RGB1208179-
CMYK00.320.340.53
HSL2.93º20.6%39.02%-
HSV(B)2.93º34.17%47.06%-
XYZ12.110.448.78-
YUV92.43120.42147.66-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.86%
GREEN value IS 81 (32.03% from 255) = 28.93%
BLUE value IS 79 (31.25% from 255) = 28.21%
R=42.86%
G=28.93%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120817900.320.340.532.9320.639.02
Hex78514F020223531527
Octal170121117040426532547
Binary11110001010001100111101000001000101101011110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78514F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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