Html Css Color HEX #7F696D Empress

📋 copy color: '#7F696D'

red 127 ◦ green 105 ◦ blue 109

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

Shades of Empress #7F696D

Tints of Empress #7F696D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.79%

 BLUE value IS 109 (42.97% from 255) = 31.96%

R = 37.24%
G = 30.79%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.50

RGB Variations

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

Color information

#7F696D (or 0x7F696D) is known color: Empress. HEX triplet: 7F, 69 and 6D. RGB value is (127,105,109). Sum of RGB (Red+Green+Blue) = 127+105+109=341 (45% of max value = 765). Red value is 127 (50% from 255 or 37.24% from 341); Green value is 105 (41.41% from 255 or 30.79% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 127 - color contains mainly: red. Hex color #7F696D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F696D is #809692. Grayscale: #707070. Windows color (decimal): -8427155 or 7170431. OLE color: 7170431.

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

Color convert

RGB 127 105 109 -
CMYK 0 0.17 0.14 0.50
HSL 349.09º 0.09% 0.45% -
HSV(B) 349.09º 0.17% 0.5% -
XYZ 16.56 15.72 16.63 -
YUV 112.03 126.29 138.67 -
System Red Green Blue C M Y K H S L
Decimal 127 105 109 0 0.17 0.14 0.50 349.09 0.09 0.45
Hex 7F 69 6D 0 11 E 32 15D 9 2D
Octal 177 151 155 0 21 16 62 535 11 55
Binary 1111111 1101001 1101101 0 10001 1110 110010 101011101 1001 101101

Color Harmonies of #7F696D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F696D

Black with #7F696D

Text Example


Text Example

White with #7F696D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,105,109); }

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

background-color css

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

 a { background-color: rgb(127,105,109); }

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

border-color css

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

 span { border-color: rgb(127,105,109); }

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