Html Css Color HEX #7F646B Empress

📋 copy color: '#7F646B'

red 127 ◦ green 100 ◦ blue 107

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

Shades of Empress #7F646B

Tints of Empress #7F646B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.94%

 BLUE value IS 107 (42.19% from 255) = 32.04%

R = 38.02%
G = 29.94%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#7F646B (or 0x7F646B) is known color: Empress. HEX triplet: 7F, 64 and 6B. RGB value is (127,100,107). Sum of RGB (Red+Green+Blue) = 127+100+107=334 (44% of max value = 765). Red value is 127 (50% from 255 or 38.02% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 127 - color contains mainly: red. Hex color #7F646B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F646B is #809B94. Grayscale: #6C6C6C. Windows color (decimal): -8428437 or 7038079. OLE color: 7038079.

HSL color Cylindrical-coordinate representation of color #7F646B: hue angle of 344.44º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7F646B is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 100 107 -
CMYK 0 0.21 0.16 0.50
HSL 344.44º 0.12% 0.45% -
HSV(B) 344.44º 0.21% 0.5% -
XYZ 15.96 14.69 15.9 -
YUV 108.87 126.95 140.93 -
System Red Green Blue C M Y K H S L
Decimal 127 100 107 0 0.21 0.16 0.50 344.44 0.12 0.45
Hex 7F 64 6B 0 15 10 32 158 C 2D
Octal 177 144 153 0 25 20 62 530 14 55
Binary 1111111 1100100 1101011 0 10101 10000 110010 101011000 1100 101101

Color Harmonies of #7F646B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F646B

Black with #7F646B

Text Example


Text Example

White with #7F646B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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