Html Css Color HEX #7F595A Falcon

📋 copy color: '#7F595A'

red 127 ◦ green 89 ◦ blue 90

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

Shades of Falcon #7F595A

Tints of Falcon #7F595A

RGB

 RED value IS 127 (50% from 255) = 41.5%

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

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

R = 41.5%
G = 29.08%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.50

RGB Variations

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

Color information

#7F595A (or 0x7F595A) is known color: Falcon. HEX triplet: 7F, 59 and 5A. RGB value is (127,89,90). Sum of RGB (Red+Green+Blue) = 127+89+90=306 (40% of max value = 765). Red value is 127 (50% from 255 or 41.50% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 127 - color contains mainly: red. Hex color #7F595A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F595A is #80A6A5. Grayscale: #646464. Windows color (decimal): -8431270 or 5921151. OLE color: 5921151.

HSL color Cylindrical-coordinate representation of color #7F595A: hue angle of 358.42º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7F595A is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 89 90 -
CMYK 0 0.30 0.29 0.50
HSL 358.42º 0.18% 0.42% -
HSV(B) 358.42º 0.3% 0.5% -
XYZ 14.17 12.39 11.32 -
YUV 100.48 122.09 146.92 -
System Red Green Blue C M Y K H S L
Decimal 127 89 90 0 0.30 0.29 0.50 358.42 0.18 0.42
Hex 7F 59 5A 0 1E 1D 32 166 12 2A
Octal 177 131 132 0 36 35 62 546 22 52
Binary 1111111 1011001 1011010 0 11110 11101 110010 101100110 10010 101010

Color Harmonies of #7F595A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F595A

Black with #7F595A

Text Example


Text Example

White with #7F595A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F595A; }

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

 H1.HeaderClassName
 {
   color: #7F595A;
 }
 .AnyTagClassName
 {
   color: #7F595A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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