#755750

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

Shades of Buccaneer #755750

Tints of Buccaneer #755750

Color information

#755750 (or 0x755750) is unknown color: approx Buccaneer. HEX triplet: 75, 57 and 50. RGB value is (117,87,80). Sum of RGB (Red+Green+Blue) = 117+87+80=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 87 (34.38% from 255 or 30.63% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 117 - color contains mainly: red. Hex color #755750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755750 is #8AA8AF. Grayscale: #5F5F5F. Windows color (decimal): -9087152 or 5265269. OLE color: 5265269.

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

Color convert

RGB1178780-
CMYK00.260.320.54
HSL11.35º18.78%38.63%-
HSV(B)11.35º31.62%45.88%-
XYZ12.1911.189.1-
YUV95.17119.44143.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.20%
GREEN value IS 87 (34.38% from 255) = 30.63%
BLUE value IS 80 (31.64% from 255) = 28.17%
R=41.20%
G=30.63%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117878000.260.320.5411.3518.7838.63
Hex75575001A2036b1327
Octal1651271200324066132347
Binary111010110101111010000011010100000110110101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755750; }

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

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

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

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

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

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

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

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