#755655

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

Shades of Buccaneer #755655

Tints of Buccaneer #755655

Color information

#755655 (or 0x755655) is unknown color: approx Buccaneer. HEX triplet: 75, 56 and 55. RGB value is (117,86,85). Sum of RGB (Red+Green+Blue) = 117+86+85=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 86 (33.98% from 255 or 29.86% from 288); Blue value is 85 (33.59% from 255 or 29.51% from 288); Max value from RGB is 117 - color contains mainly: red. Hex color #755655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755655 is #8AA9AA. Grayscale: #5F5F5F. Windows color (decimal): -9087403 or 5592693. OLE color: 5592693.

HSL color Cylindrical-coordinate representation of color #755655: hue angle of 1.88º 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 #755655 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB1178685-
CMYK00.260.270.54
HSL1.88º15.84%39.61%-
HSV(B)1.88º27.35%45.88%-
XYZ12.311.0910.09-
YUV95.16122.27143.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.62%
GREEN value IS 86 (33.98% from 255) = 29.86%
BLUE value IS 85 (33.59% from 255) = 29.51%
R=40.62%
G=29.86%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117868500.260.270.541.8815.8439.61
Hex75565501A1B3621028
Octal165126125032336622050
Binary111010110101101010101011010110111101101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755655; }

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

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

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

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

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

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

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

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