#755753

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

Shades of Buccaneer #755753

Tints of Buccaneer #755753

Color information

#755753 (or 0x755753) is unknown color: approx Buccaneer. HEX triplet: 75, 57 and 53. RGB value is (117,87,83). Sum of RGB (Red+Green+Blue) = 117+87+83=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 83 (32.81% from 255 or 28.92% from 287); Max value from RGB is 117 - color contains mainly: red. Hex color #755753 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755753 is #8AA8AC. Grayscale: #5F5F5F. Windows color (decimal): -9087149 or 5461877. OLE color: 5461877.

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

Color convert

RGB1178783-
CMYK00.260.290.54
HSL7.06º17%39.22%-
HSV(B)7.06º29.06%45.88%-
XYZ12.3111.229.7-
YUV95.51120.94143.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.77%
GREEN value IS 87 (34.38% from 255) = 30.31%
BLUE value IS 83 (32.81% from 255) = 28.92%
R=40.77%
G=30.31%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117878300.260.290.547.061739.22
Hex75575301A1D3671127
Octal165127123032356672147
Binary1110101101011110100110110101110111011011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755753; }

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

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

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

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

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

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

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

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