#775852

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

Shades of Buccaneer #775852

Tints of Buccaneer #775852

Color information

#775852 (or 0x775852) is unknown color: approx Buccaneer. HEX triplet: 77, 58 and 52. RGB value is (119,88,82). Sum of RGB (Red+Green+Blue) = 119+88+82=289 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.18% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 119 - color contains mainly: red. Hex color #775852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775852 is #88A7AD. Grayscale: #606060. Windows color (decimal): -8955822 or 5396599. OLE color: 5396599.

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

Color convert

RGB1198882-
CMYK00.260.310.53
HSL9.73º18.41%39.41%-
HSV(B)9.73º31.09%46.67%-
XYZ12.6211.519.54-
YUV96.58119.77143.99-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.18%
GREEN value IS 88 (34.77% from 255) = 30.45%
BLUE value IS 82 (32.42% from 255) = 28.37%
R=41.18%
G=30.45%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119888200.260.310.539.7318.4139.41
Hex77585201A1F35a1227
Octal1671301220323765122247
Binary11101111011000101001001101011111110101101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775852; }

 p { color: rgb(119,88,82); }

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

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

 a { background-color: rgb(119,88,82); }

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

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

 span { border-color: rgb(119,88,82); }

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