Html Css Color HEX #7F646C Empress

📋 copy color: '#7F646C'

red 127 ◦ green 100 ◦ blue 108

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

Shades of Empress #7F646C

Tints of Empress #7F646C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.24%

R = 37.91%
G = 29.85%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#7F646C (or 0x7F646C) is known color: Empress. HEX triplet: 7F, 64 and 6C. RGB value is (127,100,108). Sum of RGB (Red+Green+Blue) = 127+100+108=335 (44% of max value = 765). Red value is 127 (50% from 255 or 37.91% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 127 - color contains mainly: red. Hex color #7F646C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F646C is #809B93. Grayscale: #6C6C6C. Windows color (decimal): -8428436 or 7103615. OLE color: 7103615.

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

Color convert

RGB 127 100 108 -
CMYK 0 0.21 0.15 0.50
HSL 342.22º 0.12% 0.45% -
HSV(B) 342.22º 0.21% 0.5% -
XYZ 16.02 14.71 16.18 -
YUV 108.99 127.45 140.85 -
System Red Green Blue C M Y K H S L
Decimal 127 100 108 0 0.21 0.15 0.50 342.22 0.12 0.45
Hex 7F 64 6C 0 15 F 32 156 C 2D
Octal 177 144 154 0 25 17 62 526 14 55
Binary 1111111 1100100 1101100 0 10101 1111 110010 101010110 1100 101101

Color Harmonies of #7F646C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F646C

Black with #7F646C

Text Example


Text Example

White with #7F646C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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