Html Css Color HEX #7E7289 Topaz

📋 copy color: '#7E7289'

red 126 ◦ green 114 ◦ blue 137

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

Shades of Topaz #7E7289

Tints of Topaz #7E7289

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.24%

 BLUE value IS 137 (53.91% from 255) = 36.34%

R = 33.42%
G = 30.24%
B = 36.34%

CMYK

 C value IS 0.08

 M value IS 0.17

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7E7289 (or 0x7E7289) is known color: Topaz. HEX triplet: 7E, 72 and 89. RGB value is (126,114,137). Sum of RGB (Red+Green+Blue) = 126+114+137=377 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.42% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 137 - color contains mainly: blue. Hex color #7E7289 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7289 is #818D76. Grayscale: #787878. Windows color (decimal): -8490359 or 9007742. OLE color: 9007742.

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

Color convert

RGB 126 114 137 -
CMYK 0.08 0.17 0 0.46
HSL 271.3º 0.09% 0.49% -
HSV(B) 271.3º 0.17% 0.54% -
XYZ 19.14 18.28 26.19 -
YUV 120.21 137.48 132.13 -
System Red Green Blue C M Y K H S L
Decimal 126 114 137 0.08 0.17 0 0.46 271.3 0.09 0.49
Hex 7E 72 89 8 11 0 2E 10F 9 31
Octal 176 162 211 10 21 0 56 417 11 61
Binary 1111110 1110010 10001001 1000 10001 0 101110 100001111 1001 110001

Color Harmonies of #7E7289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7289

Black with #7E7289

Text Example


Text Example

White with #7E7289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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