Html Css Color HEX #7F5559 Falcon

📋 copy color: '#7F5559'

red 127 ◦ green 85 ◦ blue 89

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

Shades of Falcon #7F5559

Tints of Falcon #7F5559

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.24%

 BLUE value IS 89 (35.16% from 255) = 29.57%

R = 42.19%
G = 28.24%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.30

 K value IS 0.50

RGB Variations

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

Color information

#7F5559 (or 0x7F5559) is known color: Falcon. HEX triplet: 7F, 55 and 59. RGB value is (127,85,89). Sum of RGB (Red+Green+Blue) = 127+85+89=301 (39% of max value = 765). Red value is 127 (50% from 255 or 42.19% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 89 (35.16% from 255 or 29.57% from 301); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5559 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5559 is #80AAA6. Grayscale: #626262. Windows color (decimal): -8432295 or 5854591. OLE color: 5854591.

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

Color convert

RGB 127 85 89 -
CMYK 0 0.33 0.30 0.50
HSL 354.29º 0.2% 0.42% -
HSV(B) 354.29º 0.33% 0.5% -
XYZ 13.8 11.73 10.99 -
YUV 98.01 122.91 148.67 -
System Red Green Blue C M Y K H S L
Decimal 127 85 89 0 0.33 0.30 0.50 354.29 0.2 0.42
Hex 7F 55 59 0 21 1E 32 162 14 2A
Octal 177 125 131 0 41 36 62 542 24 52
Binary 1111111 1010101 1011001 0 100001 11110 110010 101100010 10100 101010

Color Harmonies of #7F5559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5559

Black with #7F5559

Text Example


Text Example

White with #7F5559

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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