Html Css Color HEX #7E7189 Topaz

📋 copy color: '#7E7189'

red 126 ◦ green 113 ◦ blue 137

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

Shades of Topaz #7E7189

Tints of Topaz #7E7189

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.05%

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

R = 33.51%
G = 30.05%
B = 36.44%

CMYK

 C value IS 0.08

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7E7189 (or 0x7E7189) is known color: Topaz. HEX triplet: 7E, 71 and 89. RGB value is (126,113,137). Sum of RGB (Red+Green+Blue) = 126+113+137=376 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.51% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 137 (53.91% from 255 or 36.44% from 376); Max value from RGB is 137 - color contains mainly: blue. Hex color #7E7189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7189 is #818E76. Grayscale: #777777. Windows color (decimal): -8490615 or 9007486. OLE color: 9007486.

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

Color convert

RGB 126 113 137 -
CMYK 0.08 0.18 0 0.46
HSL 272.5º 0.1% 0.49% -
HSV(B) 272.5º 0.18% 0.54% -
XYZ 19.02 18.05 26.15 -
YUV 119.62 137.81 132.55 -
System Red Green Blue C M Y K H S L
Decimal 126 113 137 0.08 0.18 0 0.46 272.5 0.1 0.49
Hex 7E 71 89 8 12 0 2E 110 A 31
Octal 176 161 211 10 22 0 56 420 12 61
Binary 1111110 1110001 10001001 1000 10010 0 101110 100010000 1010 110001

Color Harmonies of #7E7189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7189

Black with #7E7189

Text Example


Text Example

White with #7E7189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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