#75575B

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

Shades of Falcon #75575B

Tints of Falcon #75575B

Color information

#75575B (or 0x75575B) is unknown color: approx Falcon. HEX triplet: 75, 57 and 5B. RGB value is (117,87,91). Sum of RGB (Red+Green+Blue) = 117+87+91=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 117 - color contains mainly: red. Hex color #75575B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75575B is #8AA8A4. Grayscale: #606060. Windows color (decimal): -9087141 or 5986165. OLE color: 5986165.

HSL color Cylindrical-coordinate representation of color #75575B: hue angle of 352º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #75575B is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB1178791-
CMYK00.260.220.54
HSL352º14.71%40%-
HSV(B)352º25.64%45.88%-
XYZ12.6311.3511.42-
YUV96.43124.94142.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.66%
GREEN value IS 87 (34.38% from 255) = 29.49%
BLUE value IS 91 (35.94% from 255) = 30.85%
R=39.66%
G=29.49%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117879100.260.220.5435214.7140
Hex75575B01A1636160f28
Octal16512713303226665401750
Binary111010110101111011011011010101101101101011000001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75575B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75575B; }

 p { color: rgb(117,87,91); }

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

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

 a { background-color: rgb(117,87,91); }

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

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

 span { border-color: rgb(117,87,91); }

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