#755654

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

Shades of Buccaneer #755654

Tints of Buccaneer #755654

Color information

#755654 (or 0x755654) is unknown color: approx Buccaneer. HEX triplet: 75, 56 and 54. RGB value is (117,86,84). Sum of RGB (Red+Green+Blue) = 117+86+84=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 84 (33.20% from 255 or 29.27% from 287); Max value from RGB is 117 - color contains mainly: red. Hex color #755654 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755654 is #8AA9AB. Grayscale: #5F5F5F. Windows color (decimal): -9087404 or 5527157. OLE color: 5527157.

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

Color convert

RGB1178684-
CMYK00.260.280.54
HSL3.64º16.42%39.41%-
HSV(B)3.64º28.21%45.88%-
XYZ12.2611.089.88-
YUV95.04121.77143.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.77%
GREEN value IS 86 (33.98% from 255) = 29.97%
BLUE value IS 84 (33.20% from 255) = 29.27%
R=40.77%
G=29.97%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117868400.260.280.543.6416.4239.41
Hex75565401A1C3641027
Octal165126124032346642047
Binary1110101101011010101000110101110011011010010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755654; }

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

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

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

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

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

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

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

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