Html Css Color HEX #7F666B Empress

📋 copy color: '#7F666B'

red 127 ◦ green 102 ◦ blue 107

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

Shades of Empress #7F666B

Tints of Empress #7F666B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.36%

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

R = 37.8%
G = 30.36%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#7F666B (or 0x7F666B) is known color: Empress. HEX triplet: 7F, 66 and 6B. RGB value is (127,102,107). Sum of RGB (Red+Green+Blue) = 127+102+107=336 (44% of max value = 765). Red value is 127 (50% from 255 or 37.80% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 127 - color contains mainly: red. Hex color #7F666B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F666B is #809994. Grayscale: #6E6E6E. Windows color (decimal): -8427925 or 7038591. OLE color: 7038591.

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

Color convert

RGB 127 102 107 -
CMYK 0 0.20 0.16 0.50
HSL 348º 0.11% 0.45% -
HSV(B) 348º 0.2% 0.5% -
XYZ 16.16 15.08 15.97 -
YUV 110.05 126.28 140.09 -
System Red Green Blue C M Y K H S L
Decimal 127 102 107 0 0.20 0.16 0.50 348 0.11 0.45
Hex 7F 66 6B 0 14 10 32 15C B 2D
Octal 177 146 153 0 24 20 62 534 13 55
Binary 1111111 1100110 1101011 0 10100 10000 110010 101011100 1011 101101

Color Harmonies of #7F666B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F666B

Black with #7F666B

Text Example


Text Example

White with #7F666B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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