#78504C

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

Shades of Buccaneer #78504C

Tints of Buccaneer #78504C

Color information

#78504C (or 0x78504C) is unknown color: approx Buccaneer. HEX triplet: 78, 50 and 4C. RGB value is (120,80,76). Sum of RGB (Red+Green+Blue) = 120+80+76=276 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.48% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 76 (30.08% from 255 or 27.54% from 276); Max value from RGB is 120 - color contains mainly: red. Hex color #78504C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78504C is #87AFB3. Grayscale: #5B5B5B. Windows color (decimal): -8892340 or 5001336. OLE color: 5001336.

HSL color Cylindrical-coordinate representation of color #78504C: hue angle of 5.45º 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 #78504C is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB1208076-
CMYK00.330.370.53
HSL5.45º22.45%38.43%-
HSV(B)5.45º36.67%47.06%-
XYZ11.9210.258.19-
YUV91.5119.25148.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.48%
GREEN value IS 80 (31.64% from 255) = 28.99%
BLUE value IS 76 (30.08% from 255) = 27.54%
R=43.48%
G=28.99%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120807600.330.370.535.4522.4538.43
Hex78504C021253551626
Octal170120114041456552646
Binary111100010100001001100010000110010111010110110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78504C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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