Html Css Color HEX #7E788B Topaz

📋 copy color: '#7E788B'

red 126 ◦ green 120 ◦ blue 139

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

Shades of Topaz #7E788B

Tints of Topaz #7E788B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.17%

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

R = 32.73%
G = 31.17%
B = 36.1%

CMYK

 C value IS 0.09

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7E788B (or 0x7E788B) is known color: Topaz. HEX triplet: 7E, 78 and 8B. RGB value is (126,120,139). Sum of RGB (Red+Green+Blue) = 126+120+139=385 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.73% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 139 - color contains mainly: blue. Hex color #7E788B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E788B is #818774. Grayscale: #7B7B7B. Windows color (decimal): -8488821 or 9140350. OLE color: 9140350.

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

Color convert

RGB 126 120 139 -
CMYK 0.09 0.14 0 0.45
HSL 258.95º 0.08% 0.51% -
HSV(B) 258.95º 0.14% 0.55% -
XYZ 19.98 19.73 27.18 -
YUV 123.96 136.49 129.46 -
System Red Green Blue C M Y K H S L
Decimal 126 120 139 0.09 0.14 0 0.45 258.95 0.08 0.51
Hex 7E 78 8B 9 E 0 2D 103 8 33
Octal 176 170 213 11 16 0 55 403 10 63
Binary 1111110 1111000 10001011 1001 1110 0 101101 100000011 1000 110011

Color Harmonies of #7E788B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E788B

Black with #7E788B

Text Example


Text Example

White with #7E788B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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