Html Css Color HEX #7E798C Topaz

📋 copy color: '#7E798C'

red 126 ◦ green 121 ◦ blue 140

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

Shades of Topaz #7E798C

Tints of Topaz #7E798C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.18%

R = 32.56%
G = 31.27%
B = 36.18%

CMYK

 C value IS 0.10

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7E798C (or 0x7E798C) is known color: Topaz. HEX triplet: 7E, 79 and 8C. RGB value is (126,121,140). Sum of RGB (Red+Green+Blue) = 126+121+140=387 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.56% from 387); Green value is 121 (47.66% from 255 or 31.27% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 140 - color contains mainly: blue. Hex color #7E798C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E798C is #818673. Grayscale: #7C7C7C. Windows color (decimal): -8488564 or 9206142. OLE color: 9206142.

HSL color Cylindrical-coordinate representation of color #7E798C: hue angle of 255.79º 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 #7E798C is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 126 121 140 -
CMYK 0.10 0.14 0 0.45
HSL 255.79º 0.08% 0.51% -
HSV(B) 255.79º 0.14% 0.55% -
XYZ 20.18 20 27.61 -
YUV 124.66 136.66 128.96 -
System Red Green Blue C M Y K H S L
Decimal 126 121 140 0.10 0.14 0 0.45 255.79 0.08 0.51
Hex 7E 79 8C A E 0 2D 100 8 33
Octal 176 171 214 12 16 0 55 400 10 63
Binary 1111110 1111001 10001100 1010 1110 0 101101 100000000 1000 110011

Color Harmonies of #7E798C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E798C

Black with #7E798C

Text Example


Text Example

White with #7E798C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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