#785555

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

Shades of Buccaneer #785555

Tints of Buccaneer #785555

Color information

#785555 (or 0x785555) is unknown color: approx Buccaneer. HEX triplet: 78, 55 and 55. RGB value is (120,85,85). Sum of RGB (Red+Green+Blue) = 120+85+85=290 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.38% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 120 - color contains mainly: red. Hex color #785555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785555 is #87AAAA. Grayscale: #5F5F5F. Windows color (decimal): -8891051 or 5592440. OLE color: 5592440.

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

Color convert

RGB1208585-
CMYK00.290.290.53
HSL17.07%40.2%-
HSV(B)29.17%47.06%-
XYZ12.6311.1510.08-
YUV95.46122.1145.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.38%
GREEN value IS 85 (33.59% from 255) = 29.31%
BLUE value IS 85 (33.59% from 255) = 29.31%
R=41.38%
G=29.31%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120858500.290.290.53017.0740.2
Hex78555501D1D3501128
Octal170125125035356502150
Binary11110001010101101010101110111101110101010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785555; }

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

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

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

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

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

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

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

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