Html Css Color HEX #7F6F70 Empress

📋 copy color: '#7F6F70'

red 127 ◦ green 111 ◦ blue 112

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

Shades of Empress #7F6F70

Tints of Empress #7F6F70

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.71%

 BLUE value IS 112 (44.14% from 255) = 32%

R = 36.29%
G = 31.71%
B = 32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#7F6F70 (or 0x7F6F70) is known color: Empress. HEX triplet: 7F, 6F and 70. RGB value is (127,111,112). Sum of RGB (Red+Green+Blue) = 127+111+112=350 (46% of max value = 765). Red value is 127 (50% from 255 or 36.29% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6F70 is #80908F. Grayscale: #737373. Windows color (decimal): -8425616 or 7368575. OLE color: 7368575.

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

Color convert

RGB 127 111 112 -
CMYK 0 0.13 0.12 0.50
HSL 356.25º 0.07% 0.47% -
HSV(B) 356.25º 0.13% 0.5% -
XYZ 17.36 17.05 17.71 -
YUV 115.9 125.8 135.92 -
System Red Green Blue C M Y K H S L
Decimal 127 111 112 0 0.13 0.12 0.50 356.25 0.07 0.47
Hex 7F 6F 70 0 D C 32 164 7 2F
Octal 177 157 160 0 15 14 62 544 7 57
Binary 1111111 1101111 1110000 0 1101 1100 110010 101100100 111 101111

Color Harmonies of #7F6F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6F70

Black with #7F6F70

Text Example


Text Example

White with #7F6F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,111,112); }

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

background-color css

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

 a { background-color: rgb(127,111,112); }

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

border-color css

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

 span { border-color: rgb(127,111,112); }

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