Html Css Color HEX #7E6B6F Empress

📋 copy color: '#7E6B6F'

red 126 ◦ green 107 ◦ blue 111

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

Shades of Empress #7E6B6F

Tints of Empress #7E6B6F

RGB

 RED value IS 126 (49.61% from 255) = 36.63%

 GREEN value IS 107 (42.19% from 255) = 31.1%

 BLUE value IS 111 (43.75% from 255) = 32.27%

R = 36.63%
G = 31.1%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#7E6B6F (or 0x7E6B6F) is known color: Empress. HEX triplet: 7E, 6B and 6F. RGB value is (126,107,111). Sum of RGB (Red+Green+Blue) = 126+107+111=344 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.63% from 344); Green value is 107 (42.19% from 255 or 31.10% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6B6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6B6F is #819490. Grayscale: #717171. Windows color (decimal): -8492177 or 7302014. OLE color: 7302014.

HSL color Cylindrical-coordinate representation of color #7E6B6F: hue angle of 347.37º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7E6B6F is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 107 111 -
CMYK 0 0.15 0.12 0.51
HSL 347.37º 0.08% 0.46% -
HSV(B) 347.37º 0.15% 0.49% -
XYZ 16.73 16.1 17.26 -
YUV 113.14 126.79 137.17 -
System Red Green Blue C M Y K H S L
Decimal 126 107 111 0 0.15 0.12 0.51 347.37 0.08 0.46
Hex 7E 6B 6F 0 F C 33 15B 8 2E
Octal 176 153 157 0 17 14 63 533 10 56
Binary 1111110 1101011 1101111 0 1111 1100 110011 101011011 1000 101110

Color Harmonies of #7E6B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6B6F

Black with #7E6B6F

Text Example


Text Example

White with #7E6B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,107,111); }

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

background-color css

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

 a { background-color: rgb(126,107,111); }

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

border-color css

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

 span { border-color: rgb(126,107,111); }

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