#755752

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

Shades of Buccaneer #755752

Tints of Buccaneer #755752

Color information

#755752 (or 0x755752) is unknown color: approx Buccaneer. HEX triplet: 75, 57 and 52. RGB value is (117,87,82). Sum of RGB (Red+Green+Blue) = 117+87+82=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 82 (32.42% from 255 or 28.67% from 286); Max value from RGB is 117 - color contains mainly: red. Hex color #755752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755752 is #8AA8AD. Grayscale: #5F5F5F. Windows color (decimal): -9087150 or 5396341. OLE color: 5396341.

HSL color Cylindrical-coordinate representation of color #755752: hue angle of 8.57º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #755752 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB1178782-
CMYK00.260.300.54
HSL8.57º17.59%39.02%-
HSV(B)8.57º29.91%45.88%-
XYZ12.2711.219.5-
YUV95.4120.44143.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.91%
GREEN value IS 87 (34.38% from 255) = 30.42%
BLUE value IS 82 (32.42% from 255) = 28.67%
R=40.91%
G=30.42%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117878200.260.300.548.5717.5939.02
Hex75575201A1E3691227
Octal1651271220323666112247
Binary11101011010111101001001101011110110110100110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755752; }

 p { color: rgb(117,87,82); }

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

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

 a { background-color: rgb(117,87,82); }

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

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

 span { border-color: rgb(117,87,82); }

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