#785454

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

Shades of Buccaneer #785454

Tints of Buccaneer #785454

Color information

#785454 (or 0x785454) is unknown color: approx Buccaneer. HEX triplet: 78, 54 and 54. RGB value is (120,84,84). Sum of RGB (Red+Green+Blue) = 120+84+84=288 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.67% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 84 (33.20% from 255 or 29.17% from 288); Max value from RGB is 120 - color contains mainly: red. Hex color #785454 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785454 is #87ABAB. Grayscale: #5E5E5E. Windows color (decimal): -8891308 or 5526648. OLE color: 5526648.

HSL color Cylindrical-coordinate representation of color #785454: hue angle of 0º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #785454 is Cyan = 0, Magento = 0.3, Yellow = 0.3 and Black (K on CMYK) = 0.53.

Color convert

RGB1208484-
CMYK00.30.30.53
HSL17.65%40%-
HSV(B)30%47.06%-
XYZ12.5210.979.85-
YUV94.76121.93146-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.67%
GREEN value IS 84 (33.20% from 255) = 29.17%
BLUE value IS 84 (33.20% from 255) = 29.17%
R=41.67%
G=29.17%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.3
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120848400.30.30.53017.6540
Hex78545401E1E3501228
Octal170124124036366502250
Binary11110001010100101010001111011110110101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785454; }

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

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

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

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

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

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

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

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