#78524B

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

Shades of Buccaneer #78524B

Tints of Buccaneer #78524B

Color information

#78524B (or 0x78524B) is unknown color: approx Buccaneer. HEX triplet: 78, 52 and 4B. RGB value is (120,82,75). Sum of RGB (Red+Green+Blue) = 120+82+75=277 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.32% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 75 (29.69% from 255 or 27.08% from 277); Max value from RGB is 120 - color contains mainly: red. Hex color #78524B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78524B is #87ADB4. Grayscale: #5C5C5C. Windows color (decimal): -8891829 or 4936312. OLE color: 4936312.

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

Color convert

RGB1208275-
CMYK00.320.370.53
HSL9.33º23.08%38.24%-
HSV(B)9.33º37.5%47.06%-
XYZ12.0310.548.06-
YUV92.56118.09147.57-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.32%
GREEN value IS 82 (32.42% from 255) = 29.60%
BLUE value IS 75 (29.69% from 255) = 27.08%
R=43.32%
G=29.60%
B=27.08%

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
Decimal120827500.320.370.539.3323.0838.24
Hex78524B020253591726
Octal1701221130404565112746
Binary1111000101001010010110100000100101110101100110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78524B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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