Html Css Color HEX #7E898E Regent Grey

📋 copy color: '#7E898E'

red 126 ◦ green 137 ◦ blue 142

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

Shades of Regent Grey #7E898E

Tints of Regent Grey #7E898E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.83%

 BLUE value IS 142 (55.86% from 255) = 35.06%

R = 31.11%
G = 33.83%
B = 35.06%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7E898E (or 0x7E898E) is known color: Regent Grey. HEX triplet: 7E, 89 and 8E. RGB value is (126,137,142). Sum of RGB (Red+Green+Blue) = 126+137+142=405 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.11% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 142 - color contains mainly: blue. Hex color #7E898E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E898E is #817671. Grayscale: #868686. Windows color (decimal): -8484466 or 9341310. OLE color: 9341310.

HSL color Cylindrical-coordinate representation of color #7E898E: hue angle of 198.75º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7E898E is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 126 137 142 -
CMYK 0.11 0.04 0 0.44
HSL 198.75º 0.07% 0.53% -
HSV(B) 198.75º 0.11% 0.56% -
XYZ 22.43 24.28 29.1 -
YUV 134.28 132.36 122.09 -
System Red Green Blue C M Y K H S L
Decimal 126 137 142 0.11 0.04 0 0.44 198.75 0.07 0.53
Hex 7E 89 8E B 4 0 2C C7 7 35
Octal 176 211 216 13 4 0 54 307 7 65
Binary 1111110 10001001 10001110 1011 100 0 101100 11000111 111 110101

Color Harmonies of #7E898E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E898E

Black with #7E898E

Text Example


Text Example

White with #7E898E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,137,142); }

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

background-color css

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

 a { background-color: rgb(126,137,142); }

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

border-color css

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

 span { border-color: rgb(126,137,142); }

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