#755558

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

Shades of Falcon #755558

Tints of Falcon #755558

Color information

#755558 (or 0x755558) is unknown color: approx Falcon. HEX triplet: 75, 55 and 58. RGB value is (117,85,88). Sum of RGB (Red+Green+Blue) = 117+85+88=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 88 (34.77% from 255 or 30.34% from 290); Max value from RGB is 117 - color contains mainly: red. Hex color #755558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755558 is #8AAAA7. Grayscale: #5E5E5E. Windows color (decimal): -9087656 or 5789045. OLE color: 5789045.

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

Color convert

RGB1178588-
CMYK00.270.250.54
HSL354.38º15.84%39.61%-
HSV(B)354.38º27.35%45.88%-
XYZ12.3510.9810.7-
YUV94.91124.1143.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.34%
GREEN value IS 85 (33.59% from 255) = 29.31%
BLUE value IS 88 (34.77% from 255) = 30.34%
R=40.34%
G=29.31%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117858800.270.250.54354.3815.8439.61
Hex75555801B19361621028
Octal16512513003331665422050
Binary1110101101010110110000110111100111011010110001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755558; }

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

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

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

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

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

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

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

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