Html Css Color HEX #7E7375 Empress

📋 copy color: '#7E7375'

red 126 ◦ green 115 ◦ blue 117

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

Shades of Empress #7E7375

Tints of Empress #7E7375

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.12%

 BLUE value IS 117 (46.09% from 255) = 32.68%

R = 35.2%
G = 32.12%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#7E7375 (or 0x7E7375) is known color: Empress. HEX triplet: 7E, 73 and 75. RGB value is (126,115,117). Sum of RGB (Red+Green+Blue) = 126+115+117=358 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.20% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7375 is #818C8A. Grayscale: #767676. Windows color (decimal): -8490123 or 7697278. OLE color: 7697278.

HSL color Cylindrical-coordinate representation of color #7E7375: hue angle of 349.09º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7E7375 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 115 117 -
CMYK 0 0.09 0.07 0.51
HSL 349.09º 0.05% 0.47% -
HSV(B) 349.09º 0.09% 0.49% -
XYZ 17.95 17.98 19.35 -
YUV 118.52 127.14 133.34 -
System Red Green Blue C M Y K H S L
Decimal 126 115 117 0 0.09 0.07 0.51 349.09 0.05 0.47
Hex 7E 73 75 0 9 7 33 15D 5 2F
Octal 176 163 165 0 11 7 63 535 5 57
Binary 1111110 1110011 1110101 0 1001 111 110011 101011101 101 101111

Color Harmonies of #7E7375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7375

Black with #7E7375

Text Example


Text Example

White with #7E7375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,115,117); }

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

background-color css

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

 a { background-color: rgb(126,115,117); }

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

border-color css

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

 span { border-color: rgb(126,115,117); }

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