Html Css Color HEX #7E788A Topaz

📋 copy color: '#7E788A'

red 126 ◦ green 120 ◦ blue 138

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

Shades of Topaz #7E788A

Tints of Topaz #7E788A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.94%

R = 32.81%
G = 31.25%
B = 35.94%

CMYK

 C value IS 0.09

 M value IS 0.13

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7E788A (or 0x7E788A) is known color: Topaz. HEX triplet: 7E, 78 and 8A. RGB value is (126,120,138). Sum of RGB (Red+Green+Blue) = 126+120+138=384 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.81% from 384); Green value is 120 (47.27% from 255 or 31.25% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 138 - color contains mainly: blue. Hex color #7E788A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E788A is #818775. Grayscale: #7B7B7B. Windows color (decimal): -8488822 or 9074814. OLE color: 9074814.

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

Color convert

RGB 126 120 138 -
CMYK 0.09 0.13 0 0.46
HSL 260º 0.07% 0.51% -
HSV(B) 260º 0.13% 0.54% -
XYZ 19.91 19.7 26.8 -
YUV 123.85 135.99 129.54 -
System Red Green Blue C M Y K H S L
Decimal 126 120 138 0.09 0.13 0 0.46 260 0.07 0.51
Hex 7E 78 8A 9 D 0 2E 104 7 33
Octal 176 170 212 11 15 0 56 404 7 63
Binary 1111110 1111000 10001010 1001 1101 0 101110 100000100 111 110011

Color Harmonies of #7E788A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E788A

Black with #7E788A

Text Example


Text Example

White with #7E788A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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