#755A56

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

Shades of Buccaneer #755A56

Tints of Buccaneer #755A56

Color information

#755A56 (or 0x755A56) is unknown color: approx Buccaneer. HEX triplet: 75, 5A and 56. RGB value is (117,90,86). Sum of RGB (Red+Green+Blue) = 117+90+86=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 90 (35.55% from 255 or 30.72% from 293); Blue value is 86 (33.98% from 255 or 29.35% from 293); Max value from RGB is 117 - color contains mainly: red. Hex color #755A56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755A56 is #8AA5A9. Grayscale: #616161. Windows color (decimal): -9086378 or 5659253. OLE color: 5659253.

HSL color Cylindrical-coordinate representation of color #755A56: hue angle of 7.74º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #755A56 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB1179086-
CMYK00.230.260.54
HSL7.74º15.27%39.8%-
HSV(B)7.74º26.5%45.88%-
XYZ12.6711.7710.41-
YUV97.62121.45141.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.93%
GREEN value IS 90 (35.55% from 255) = 30.72%
BLUE value IS 86 (33.98% from 255) = 29.35%
R=39.93%
G=30.72%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117908600.230.260.547.7415.2739.8
Hex755A560171A368f28
Octal1651321260273266101750
Binary1110101101101010101100101111101011011010001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755A56; }

 p { color: rgb(117,90,86); }

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

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

 a { background-color: rgb(117,90,86); }

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

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

 span { border-color: rgb(117,90,86); }

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