Html Css Color HEX #7E798D Topaz

📋 copy color: '#7E798D'

red 126 ◦ green 121 ◦ blue 141

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

Shades of Topaz #7E798D

Tints of Topaz #7E798D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.19%

 BLUE value IS 141 (55.47% from 255) = 36.34%

R = 32.47%
G = 31.19%
B = 36.34%

CMYK

 C value IS 0.11

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7E798D (or 0x7E798D) is known color: Topaz. HEX triplet: 7E, 79 and 8D. RGB value is (126,121,141). Sum of RGB (Red+Green+Blue) = 126+121+141=388 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.47% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 141 - color contains mainly: blue. Hex color #7E798D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E798D is #818672. Grayscale: #7C7C7C. Windows color (decimal): -8488563 or 9271678. OLE color: 9271678.

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

Color convert

RGB 126 121 141 -
CMYK 0.11 0.14 0 0.45
HSL 255º 0.08% 0.51% -
HSV(B) 255º 0.14% 0.55% -
XYZ 20.25 20.03 28 -
YUV 124.78 137.16 128.87 -
System Red Green Blue C M Y K H S L
Decimal 126 121 141 0.11 0.14 0 0.45 255 0.08 0.51
Hex 7E 79 8D B E 0 2D FF 8 33
Octal 176 171 215 13 16 0 55 377 10 63
Binary 1111110 1111001 10001101 1011 1110 0 101101 11111111 1000 110011

Color Harmonies of #7E798D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E798D

Black with #7E798D

Text Example


Text Example

White with #7E798D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,121,141); }

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

background-color css

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

 a { background-color: rgb(126,121,141); }

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

border-color css

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

 span { border-color: rgb(126,121,141); }

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