#755A55

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

Shades of Buccaneer #755A55

Tints of Buccaneer #755A55

Color information

#755A55 (or 0x755A55) is unknown color: approx Buccaneer. HEX triplet: 75, 5A and 55. RGB value is (117,90,85). Sum of RGB (Red+Green+Blue) = 117+90+85=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 90 (35.55% from 255 or 30.82% from 292); Blue value is 85 (33.59% from 255 or 29.11% from 292); Max value from RGB is 117 - color contains mainly: red. Hex color #755A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755A55 is #8AA5AA. Grayscale: #616161. Windows color (decimal): -9086379 or 5593717. OLE color: 5593717.

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

Color convert

RGB1179085-
CMYK00.230.270.54
HSL9.38º15.84%39.61%-
HSV(B)9.38º27.35%45.88%-
XYZ12.6311.7510.2-
YUV97.5120.95141.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.07%
GREEN value IS 90 (35.55% from 255) = 30.82%
BLUE value IS 85 (33.59% from 255) = 29.11%
R=40.07%
G=30.82%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117908500.230.270.549.3815.8439.61
Hex755A550171B3691028
Octal1651321250273366112050
Binary11101011011010101010101011111011110110100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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