Html Css Color HEX #7E676C Empress

📋 copy color: '#7E676C'

red 126 ◦ green 103 ◦ blue 108

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

Shades of Empress #7E676C

Tints of Empress #7E676C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.56%

 BLUE value IS 108 (42.58% from 255) = 32.05%

R = 37.39%
G = 30.56%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#7E676C (or 0x7E676C) is known color: Empress. HEX triplet: 7E, 67 and 6C. RGB value is (126,103,108). Sum of RGB (Red+Green+Blue) = 126+103+108=337 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.39% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 126 - color contains mainly: red. Hex color #7E676C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E676C is #819893. Grayscale: #6E6E6E. Windows color (decimal): -8493204 or 7104382. OLE color: 7104382.

HSL color Cylindrical-coordinate representation of color #7E676C: hue angle of 346.96º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7E676C is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 103 108 -
CMYK 0 0.18 0.14 0.51
HSL 346.96º 0.1% 0.45% -
HSV(B) 346.96º 0.18% 0.49% -
XYZ 16.16 15.22 16.27 -
YUV 110.45 126.62 139.09 -
System Red Green Blue C M Y K H S L
Decimal 126 103 108 0 0.18 0.14 0.51 346.96 0.1 0.45
Hex 7E 67 6C 0 12 E 33 15B A 2D
Octal 176 147 154 0 22 16 63 533 12 55
Binary 1111110 1100111 1101100 0 10010 1110 110011 101011011 1010 101101

Color Harmonies of #7E676C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E676C

Black with #7E676C

Text Example


Text Example

White with #7E676C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,103,108); }

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

background-color css

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

 a { background-color: rgb(126,103,108); }

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

border-color css

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

 span { border-color: rgb(126,103,108); }

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