#78514C

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

Shades of Buccaneer #78514C

Tints of Buccaneer #78514C

Color information

#78514C (or 0x78514C) is unknown color: approx Buccaneer. HEX triplet: 78, 51 and 4C. RGB value is (120,81,76). Sum of RGB (Red+Green+Blue) = 120+81+76=277 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.32% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 76 (30.08% from 255 or 27.44% from 277); Max value from RGB is 120 - color contains mainly: red. Hex color #78514C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78514C is #87AEB3. Grayscale: #5C5C5C. Windows color (decimal): -8892084 or 5001592. OLE color: 5001592.

HSL color Cylindrical-coordinate representation of color #78514C: hue angle of 6.82º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #78514C is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB1208176-
CMYK00.320.370.53
HSL6.82º22.45%38.43%-
HSV(B)6.82º36.67%47.06%-
XYZ11.9910.48.21-
YUV92.09118.92147.91-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.32%
GREEN value IS 81 (32.03% from 255) = 29.24%
BLUE value IS 76 (30.08% from 255) = 27.44%
R=43.32%
G=29.24%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120817600.320.370.536.8222.4538.43
Hex78514C020253571626
Octal170121114040456572646
Binary111100010100011001100010000010010111010111110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78514C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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