Html Css Color HEX #7E7C8B Topaz

📋 copy color: '#7E7C8B'

red 126 ◦ green 124 ◦ blue 139

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

Shades of Topaz #7E7C8B

Tints of Topaz #7E7C8B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.88%

 BLUE value IS 139 (54.69% from 255) = 35.73%

R = 32.39%
G = 31.88%
B = 35.73%

CMYK

 C value IS 0.09

 M value IS 0.11

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7E7C8B (or 0x7E7C8B) is known color: Topaz. HEX triplet: 7E, 7C and 8B. RGB value is (126,124,139). Sum of RGB (Red+Green+Blue) = 126+124+139=389 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.39% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 139 - color contains mainly: blue. Hex color #7E7C8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7C8B is #818374. Grayscale: #7E7E7E. Windows color (decimal): -8487797 or 9141374. OLE color: 9141374.

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

Color convert

RGB 126 124 139 -
CMYK 0.09 0.11 0 0.45
HSL 248º 0.06% 0.52% -
HSV(B) 248º 0.11% 0.55% -
XYZ 20.47 20.72 27.35 -
YUV 126.31 135.16 127.78 -
System Red Green Blue C M Y K H S L
Decimal 126 124 139 0.09 0.11 0 0.45 248 0.06 0.52
Hex 7E 7C 8B 9 B 0 2D F8 6 34
Octal 176 174 213 11 13 0 55 370 6 64
Binary 1111110 1111100 10001011 1001 1011 0 101101 11111000 110 110100

Color Harmonies of #7E7C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7C8B

Black with #7E7C8B

Text Example


Text Example

White with #7E7C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,124,139); }

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

background-color css

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

 a { background-color: rgb(126,124,139); }

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

border-color css

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

 span { border-color: rgb(126,124,139); }

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