Html Css Color HEX #7E748A Topaz

📋 copy color: '#7E748A'

red 126 ◦ green 116 ◦ blue 138

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

Shades of Topaz #7E748A

Tints of Topaz #7E748A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.53%

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

R = 33.16%
G = 30.53%
B = 36.32%

CMYK

 C value IS 0.09

 M value IS 0.16

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7E748A (or 0x7E748A) is known color: Topaz. HEX triplet: 7E, 74 and 8A. RGB value is (126,116,138). Sum of RGB (Red+Green+Blue) = 126+116+138=380 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.16% from 380); Green value is 116 (45.70% from 255 or 30.53% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 138 - color contains mainly: blue. Hex color #7E748A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E748A is #818B75. Grayscale: #797979. Windows color (decimal): -8489846 or 9073790. OLE color: 9073790.

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

Color convert

RGB 126 116 138 -
CMYK 0.09 0.16 0 0.46
HSL 267.27º 0.09% 0.5% -
HSV(B) 267.27º 0.16% 0.54% -
XYZ 19.44 18.76 26.64 -
YUV 121.5 137.31 131.21 -
System Red Green Blue C M Y K H S L
Decimal 126 116 138 0.09 0.16 0 0.46 267.27 0.09 0.5
Hex 7E 74 8A 9 10 0 2E 10B 9 32
Octal 176 164 212 11 20 0 56 413 11 62
Binary 1111110 1110100 10001010 1001 10000 0 101110 100001011 1001 110010

Color Harmonies of #7E748A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E748A

Black with #7E748A

Text Example


Text Example

White with #7E748A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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