Html Css Color HEX #7F6163 Falcon

📋 copy color: '#7F6163'

red 127 ◦ green 97 ◦ blue 99

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

Shades of Falcon #7F6163

Tints of Falcon #7F6163

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.03%

 BLUE value IS 99 (39.06% from 255) = 30.65%

R = 39.32%
G = 30.03%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.22

 K value IS 0.50

RGB Variations

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

Color information

#7F6163 (or 0x7F6163) is known color: Falcon. HEX triplet: 7F, 61 and 63. RGB value is (127,97,99). Sum of RGB (Red+Green+Blue) = 127+97+99=323 (42% of max value = 765). Red value is 127 (50% from 255 or 39.32% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 99 (39.06% from 255 or 30.65% from 323); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6163 is #809E9C. Grayscale: #6A6A6A. Windows color (decimal): -8429213 or 6513023. OLE color: 6513023.

HSL color Cylindrical-coordinate representation of color #7F6163: hue angle of 356º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7F6163 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 97 99 -
CMYK 0 0.24 0.22 0.50
HSL 356º 0.13% 0.44% -
HSV(B) 356º 0.24% 0.5% -
XYZ 15.28 13.96 13.69 -
YUV 106.2 123.94 142.84 -
System Red Green Blue C M Y K H S L
Decimal 127 97 99 0 0.24 0.22 0.50 356 0.13 0.44
Hex 7F 61 63 0 18 16 32 164 D 2C
Octal 177 141 143 0 30 26 62 544 15 54
Binary 1111111 1100001 1100011 0 11000 10110 110010 101100100 1101 101100

Color Harmonies of #7F6163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6163

Black with #7F6163

Text Example


Text Example

White with #7F6163

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,97,99); }

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

background-color css

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

 a { background-color: rgb(127,97,99); }

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

border-color css

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

 span { border-color: rgb(127,97,99); }

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