Html Css Color HEX #7F555B Falcon

📋 copy color: '#7F555B'

red 127 ◦ green 85 ◦ blue 91

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

Shades of Falcon #7F555B

Tints of Falcon #7F555B

RGB

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

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

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

R = 41.91%
G = 28.05%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.50

RGB Variations

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

Color information

#7F555B (or 0x7F555B) is known color: Falcon. HEX triplet: 7F, 55 and 5B. RGB value is (127,85,91). Sum of RGB (Red+Green+Blue) = 127+85+91=303 (40% of max value = 765). Red value is 127 (50% from 255 or 41.91% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 127 - color contains mainly: red. Hex color #7F555B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F555B is #80AAA4. Grayscale: #626262. Windows color (decimal): -8432293 or 5985663. OLE color: 5985663.

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

Color convert

RGB 127 85 91 -
CMYK 0 0.33 0.28 0.50
HSL 351.43º 0.2% 0.42% -
HSV(B) 351.43º 0.33% 0.5% -
XYZ 13.89 11.76 11.44 -
YUV 98.24 123.91 148.51 -
System Red Green Blue C M Y K H S L
Decimal 127 85 91 0 0.33 0.28 0.50 351.43 0.2 0.42
Hex 7F 55 5B 0 21 1C 32 15F 14 2A
Octal 177 125 133 0 41 34 62 537 24 52
Binary 1111111 1010101 1011011 0 100001 11100 110010 101011111 10100 101010

Color Harmonies of #7F555B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F555B

Black with #7F555B

Text Example


Text Example

White with #7F555B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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