#755258

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

Shades of Falcon #755258

Tints of Falcon #755258

Color information

#755258 (or 0x755258) is unknown color: approx Falcon. HEX triplet: 75, 52 and 58. RGB value is (117,82,88). Sum of RGB (Red+Green+Blue) = 117+82+88=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 88 (34.77% from 255 or 30.66% from 287); Max value from RGB is 117 - color contains mainly: red. Hex color #755258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755258 is #8AADA7. Grayscale: #5D5D5D. Windows color (decimal): -9088424 or 5788277. OLE color: 5788277.

HSL color Cylindrical-coordinate representation of color #755258: hue angle of 349.71º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #755258 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB1178288-
CMYK00.300.250.54
HSL349.71º17.59%39.02%-
HSV(B)349.71º29.91%45.88%-
XYZ12.1110.5210.62-
YUV93.15125.1145.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.77%
GREEN value IS 82 (32.42% from 255) = 28.57%
BLUE value IS 88 (34.77% from 255) = 30.66%
R=40.77%
G=28.57%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117828800.300.250.54349.7117.5939.02
Hex75525801E193615e1227
Octal16512213003631665362247
Binary1110101101001010110000111101100111011010101111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755258; }

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

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

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

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

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

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

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

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