Html Css Color HEX #75595A Falcon

📋 copy color: '#75595A'

red 117 ◦ green 89 ◦ blue 90

#75595A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falcon #75595A

Tints of Falcon #75595A

RGB

 RED value IS 117 (46.09% from 255) = 39.53%

 GREEN value IS 89 (35.16% from 255) = 30.07%

 BLUE value IS 90 (35.55% from 255) = 30.41%

R = 39.53%
G = 30.07%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#75595A (or 0x75595A) is known color: Falcon. HEX triplet: 75, 59 and 5A. RGB value is (117,89,90). Sum of RGB (Red+Green+Blue) = 117+89+90=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 117 - color contains mainly: red. Hex color #75595A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75595A is #8AA6A5. Grayscale: #616161. Windows color (decimal): -9086630 or 5921141. OLE color: 5921141.

HSL color Cylindrical-coordinate representation of color #75595A: hue angle of 357.86º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #75595A is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 89 90 -
CMYK 0 0.24 0.23 0.54
HSL 357.86º 0.14% 0.4% -
HSV(B) 357.86º 0.24% 0.46% -
XYZ 12.75 11.66 11.25 -
YUV 97.49 123.78 141.92 -
System Red Green Blue C M Y K H S L
Decimal 117 89 90 0 0.24 0.23 0.54 357.86 0.14 0.4
Hex 75 59 5A 0 18 17 36 166 E 28
Octal 165 131 132 0 30 27 66 546 16 50
Binary 1110101 1011001 1011010 0 11000 10111 110110 101100110 1110 101000

Color Harmonies of #75595A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75595A

Black with #75595A

Text Example


Text Example

White with #75595A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #75595A;
 }
 .AnyTagClassName
 {
   color: #75595A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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