Html Css Color HEX #7F6164 Falcon

📋 copy color: '#7F6164'

red 127 ◦ green 97 ◦ blue 100

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

Shades of Falcon #7F6164

Tints of Falcon #7F6164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.86%

R = 39.2%
G = 29.94%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.21

 K value IS 0.50

RGB Variations

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

Color information

#7F6164 (or 0x7F6164) is known color: Falcon. HEX triplet: 7F, 61 and 64. RGB value is (127,97,100). Sum of RGB (Red+Green+Blue) = 127+97+100=324 (42% of max value = 765). Red value is 127 (50% from 255 or 39.20% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6164 is #809E9B. Grayscale: #6A6A6A. Windows color (decimal): -8429212 or 6578559. OLE color: 6578559.

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

Color convert

RGB 127 97 100 -
CMYK 0 0.24 0.21 0.50
HSL 354º 0.13% 0.44% -
HSV(B) 354º 0.24% 0.5% -
XYZ 15.33 13.98 13.95 -
YUV 106.31 124.44 142.76 -
System Red Green Blue C M Y K H S L
Decimal 127 97 100 0 0.24 0.21 0.50 354 0.13 0.44
Hex 7F 61 64 0 18 15 32 162 D 2C
Octal 177 141 144 0 30 25 62 542 15 54
Binary 1111111 1100001 1100100 0 11000 10101 110010 101100010 1101 101100

Color Harmonies of #7F6164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6164

Black with #7F6164

Text Example


Text Example

White with #7F6164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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