#75525A

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

Shades of Falcon #75525A

Tints of Falcon #75525A

Color information

#75525A (or 0x75525A) is unknown color: approx Falcon. HEX triplet: 75, 52 and 5A. RGB value is (117,82,90). Sum of RGB (Red+Green+Blue) = 117+82+90=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 117 - color contains mainly: red. Hex color #75525A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75525A is #8AADA5. Grayscale: #5D5D5D. Windows color (decimal): -9088422 or 5919349. OLE color: 5919349.

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

Color convert

RGB1178290-
CMYK00.300.230.54
HSL346.29º17.59%39.02%-
HSV(B)346.29º29.91%45.88%-
XYZ12.210.5511.07-
YUV93.38126.1144.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.48%
GREEN value IS 82 (32.42% from 255) = 28.37%
BLUE value IS 90 (35.55% from 255) = 31.14%
R=40.48%
G=28.37%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117829000.300.230.54346.2917.5939.02
Hex75525A01E173615a1227
Octal16512213203627665322247
Binary1110101101001010110100111101011111011010101101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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