Html Css Color HEX #7E798A Topaz

📋 copy color: '#7E798A'

red 126 ◦ green 121 ◦ blue 138

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

Shades of Topaz #7E798A

Tints of Topaz #7E798A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.84%

R = 32.73%
G = 31.43%
B = 35.84%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7E798A (or 0x7E798A) is known color: Topaz. HEX triplet: 7E, 79 and 8A. RGB value is (126,121,138). Sum of RGB (Red+Green+Blue) = 126+121+138=385 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.73% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 138 - color contains mainly: blue. Hex color #7E798A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E798A is #818675. Grayscale: #7C7C7C. Windows color (decimal): -8488566 or 9075070. OLE color: 9075070.

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

Color convert

RGB 126 121 138 -
CMYK 0.09 0.12 0 0.46
HSL 257.65º 0.07% 0.51% -
HSV(B) 257.65º 0.12% 0.54% -
XYZ 20.03 19.95 26.84 -
YUV 124.43 135.66 129.12 -
System Red Green Blue C M Y K H S L
Decimal 126 121 138 0.09 0.12 0 0.46 257.65 0.07 0.51
Hex 7E 79 8A 9 C 0 2E 102 7 33
Octal 176 171 212 11 14 0 56 402 7 63
Binary 1111110 1111001 10001010 1001 1100 0 101110 100000010 111 110011

Color Harmonies of #7E798A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E798A

Black with #7E798A

Text Example


Text Example

White with #7E798A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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