Html Css Color HEX #7F5859 Falcon

📋 copy color: '#7F5859'

red 127 ◦ green 88 ◦ blue 89

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

Shades of Falcon #7F5859

Tints of Falcon #7F5859

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.95%

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

R = 41.78%
G = 28.95%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.50

RGB Variations

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

Color information

#7F5859 (or 0x7F5859) is known color: Falcon. HEX triplet: 7F, 58 and 59. RGB value is (127,88,89). Sum of RGB (Red+Green+Blue) = 127+88+89=304 (40% of max value = 765). Red value is 127 (50% from 255 or 41.78% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 89 (35.16% from 255 or 29.28% from 304); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5859 is #80A7A6. Grayscale: #636363. Windows color (decimal): -8431527 or 5855359. OLE color: 5855359.

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

Color convert

RGB 127 88 89 -
CMYK 0 0.31 0.30 0.50
HSL 358.46º 0.18% 0.42% -
HSV(B) 358.46º 0.31% 0.5% -
XYZ 14.05 12.21 11.07 -
YUV 99.78 121.92 147.42 -
System Red Green Blue C M Y K H S L
Decimal 127 88 89 0 0.31 0.30 0.50 358.46 0.18 0.42
Hex 7F 58 59 0 1F 1E 32 166 12 2A
Octal 177 130 131 0 37 36 62 546 22 52
Binary 1111111 1011000 1011001 0 11111 11110 110010 101100110 10010 101010

Color Harmonies of #7F5859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5859

Black with #7F5859

Text Example


Text Example

White with #7F5859

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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