Html Css Color HEX #7F5A5B Falcon

📋 copy color: '#7F5A5B'

red 127 ◦ green 90 ◦ blue 91

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

Shades of Falcon #7F5A5B

Tints of Falcon #7F5A5B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.22%

 BLUE value IS 91 (35.94% from 255) = 29.55%

R = 41.23%
G = 29.22%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.50

RGB Variations

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

Color information

#7F5A5B (or 0x7F5A5B) is known color: Falcon. HEX triplet: 7F, 5A and 5B. RGB value is (127,90,91). Sum of RGB (Red+Green+Blue) = 127+90+91=308 (40% of max value = 765). Red value is 127 (50% from 255 or 41.23% from 308); Green value is 90 (35.55% from 255 or 29.22% from 308); Blue value is 91 (35.94% from 255 or 29.55% from 308); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5A5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5A5B is #80A5A4. Grayscale: #656565. Windows color (decimal): -8431013 or 5986943. OLE color: 5986943.

HSL color Cylindrical-coordinate representation of color #7F5A5B: hue angle of 358.38º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7F5A5B is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 90 91 -
CMYK 0 0.29 0.28 0.50
HSL 358.38º 0.17% 0.43% -
HSV(B) 358.38º 0.29% 0.5% -
XYZ 14.3 12.58 11.57 -
YUV 101.18 122.26 146.42 -
System Red Green Blue C M Y K H S L
Decimal 127 90 91 0 0.29 0.28 0.50 358.38 0.17 0.43
Hex 7F 5A 5B 0 1D 1C 32 166 11 2B
Octal 177 132 133 0 35 34 62 546 21 53
Binary 1111111 1011010 1011011 0 11101 11100 110010 101100110 10001 101011

Color Harmonies of #7F5A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5A5B

Black with #7F5A5B

Text Example


Text Example

White with #7F5A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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