Html Css Color HEX #7A748D Topaz

📋 copy color: '#7A748D'

red 122 ◦ green 116 ◦ blue 141

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

Shades of Topaz #7A748D

Tints of Topaz #7A748D

RGB

 RED value IS 122 (48.05% from 255) = 32.19%

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

 BLUE value IS 141 (55.47% from 255) = 37.2%

R = 32.19%
G = 30.61%
B = 37.2%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7A748D (or 0x7A748D) is known color: Topaz. HEX triplet: 7A, 74 and 8D. RGB value is (122,116,141). Sum of RGB (Red+Green+Blue) = 122+116+141=379 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.19% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 141 - color contains mainly: blue. Hex color #7A748D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A748D is #858B72. Grayscale: #787878. Windows color (decimal): -8751987 or 9270394. OLE color: 9270394.

HSL color Cylindrical-coordinate representation of color #7A748D: hue angle of 254.4º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7A748D is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 122 116 141 -
CMYK 0.13 0.18 0 0.45
HSL 254.4º 0.1% 0.5% -
HSV(B) 254.4º 0.18% 0.55% -
XYZ 19.08 18.55 27.77 -
YUV 120.64 139.49 128.97 -
System Red Green Blue C M Y K H S L
Decimal 122 116 141 0.13 0.18 0 0.45 254.4 0.1 0.5
Hex 7A 74 8D D 12 0 2D FE A 32
Octal 172 164 215 15 22 0 55 376 12 62
Binary 1111010 1110100 10001101 1101 10010 0 101101 11111110 1010 110010

Color Harmonies of #7A748D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A748D

Black with #7A748D

Text Example


Text Example

White with #7A748D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,116,141); }

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

background-color css

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

 a { background-color: rgb(122,116,141); }

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

border-color css

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

 span { border-color: rgb(122,116,141); }

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