#75545A

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

Shades of Falcon #75545A

Tints of Falcon #75545A

Color information

#75545A (or 0x75545A) is unknown color: approx Falcon. HEX triplet: 75, 54 and 5A. RGB value is (117,84,90). Sum of RGB (Red+Green+Blue) = 117+84+90=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 117 - color contains mainly: red. Hex color #75545A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75545A is #8AABA5. Grayscale: #5E5E5E. Windows color (decimal): -9087910 or 5919861. OLE color: 5919861.

HSL color Cylindrical-coordinate representation of color #75545A: hue angle of 349.09º 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 #75545A is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB1178490-
CMYK00.280.230.54
HSL349.09º16.42%39.41%-
HSV(B)349.09º28.21%45.88%-
XYZ12.3510.8611.12-
YUV94.55125.43144.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.21%
GREEN value IS 84 (33.20% from 255) = 28.87%
BLUE value IS 90 (35.55% from 255) = 30.93%
R=40.21%
G=28.87%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117849000.280.230.54349.0916.4239.41
Hex75545A01C173615d1027
Octal16512413203427665352047
Binary1110101101010010110100111001011111011010101110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75545A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75545A; }

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

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

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

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

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

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

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

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