#78544B

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

Shades of Buccaneer #78544B

Tints of Buccaneer #78544B

Color information

#78544B (or 0x78544B) is unknown color: approx Buccaneer. HEX triplet: 78, 54 and 4B. RGB value is (120,84,75). Sum of RGB (Red+Green+Blue) = 120+84+75=279 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.01% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 75 (29.69% from 255 or 26.88% from 279); Max value from RGB is 120 - color contains mainly: red. Hex color #78544B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78544B is #87ABB4. Grayscale: #5D5D5D. Windows color (decimal): -8891317 or 4936824. OLE color: 4936824.

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

Color convert

RGB1208475-
CMYK00.30.370.53
HSL12º23.08%38.24%-
HSV(B)12º37.5%47.06%-
XYZ12.1910.848.11-
YUV93.74117.43146.73-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.01%
GREEN value IS 84 (33.20% from 255) = 30.11%
BLUE value IS 75 (29.69% from 255) = 26.88%
R=43.01%
G=30.11%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120847500.30.370.531223.0838.24
Hex78544B01E2535c1726
Octal1701241130364565142746
Binary111100010101001001011011110100101110101110010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78544B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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