#78504B

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

Shades of Buccaneer #78504B

Tints of Buccaneer #78504B

Color information

#78504B (or 0x78504B) is unknown color: approx Buccaneer. HEX triplet: 78, 50 and 4B. RGB value is (120,80,75). Sum of RGB (Red+Green+Blue) = 120+80+75=275 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.64% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 120 - color contains mainly: red. Hex color #78504B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78504B is #87AFB4. Grayscale: #5B5B5B. Windows color (decimal): -8892341 or 4935800. OLE color: 4935800.

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

Color convert

RGB1208075-
CMYK00.330.370.53
HSL6.67º23.08%38.24%-
HSV(B)6.67º37.5%47.06%-
XYZ11.8810.248.01-
YUV91.39118.75148.41-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.64%
GREEN value IS 80 (31.64% from 255) = 29.09%
BLUE value IS 75 (29.69% from 255) = 27.27%
R=43.64%
G=29.09%
B=27.27%

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
Decimal120807500.330.370.536.6723.0838.24
Hex78504B021253571726
Octal170120113041456572746
Binary111100010100001001011010000110010111010111110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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