Html Css Color HEX #7E788C Topaz

📋 copy color: '#7E788C'

red 126 ◦ green 120 ◦ blue 140

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

Shades of Topaz #7E788C

Tints of Topaz #7E788C

RGB

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

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

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

R = 32.64%
G = 31.09%
B = 36.27%

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

#7E788C (or 0x7E788C) is known color: Topaz. HEX triplet: 7E, 78 and 8C. RGB value is (126,120,140). Sum of RGB (Red+Green+Blue) = 126+120+140=386 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.64% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 140 - color contains mainly: blue. Hex color #7E788C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E788C is #818773. Grayscale: #7C7C7C. Windows color (decimal): -8488820 or 9205886. OLE color: 9205886.

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

Color convert

RGB 126 120 140 -
CMYK 0.10 0.14 0 0.45
HSL 258º 0.08% 0.51% -
HSV(B) 258º 0.14% 0.55% -
XYZ 20.05 19.76 27.57 -
YUV 124.07 136.99 129.37 -
System Red Green Blue C M Y K H S L
Decimal 126 120 140 0.10 0.14 0 0.45 258 0.08 0.51
Hex 7E 78 8C A E 0 2D 102 8 33
Octal 176 170 214 12 16 0 55 402 10 63
Binary 1111110 1111000 10001100 1010 1110 0 101101 100000010 1000 110011

Color Harmonies of #7E788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E788C

Black with #7E788C

Text Example


Text Example

White with #7E788C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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