Html Css Color HEX #7F585C Falcon

📋 copy color: '#7F585C'

red 127 ◦ green 88 ◦ blue 92

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

Shades of Falcon #7F585C

Tints of Falcon #7F585C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.97%

R = 41.37%
G = 28.66%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.28

 K value IS 0.50

RGB Variations

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

Color information

#7F585C (or 0x7F585C) is known color: Falcon. HEX triplet: 7F, 58 and 5C. RGB value is (127,88,92). Sum of RGB (Red+Green+Blue) = 127+88+92=307 (40% of max value = 765). Red value is 127 (50% from 255 or 41.37% from 307); Green value is 88 (34.77% from 255 or 28.66% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 127 - color contains mainly: red. Hex color #7F585C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F585C is #80A7A3. Grayscale: #646464. Windows color (decimal): -8431524 or 6051967. OLE color: 6051967.

HSL color Cylindrical-coordinate representation of color #7F585C: hue angle of 353.85º 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 #7F585C is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 88 92 -
CMYK 0 0.31 0.28 0.50
HSL 353.85º 0.18% 0.42% -
HSV(B) 353.85º 0.31% 0.5% -
XYZ 14.17 12.26 11.75 -
YUV 100.12 123.42 147.17 -
System Red Green Blue C M Y K H S L
Decimal 127 88 92 0 0.31 0.28 0.50 353.85 0.18 0.42
Hex 7F 58 5C 0 1F 1C 32 162 12 2A
Octal 177 130 134 0 37 34 62 542 22 52
Binary 1111111 1011000 1011100 0 11111 11100 110010 101100010 10010 101010

Color Harmonies of #7F585C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F585C

Black with #7F585C

Text Example


Text Example

White with #7F585C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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