Html Css Color HEX #7A768E Topaz

📋 copy color: '#7A768E'

red 122 ◦ green 118 ◦ blue 142

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

Shades of Topaz #7A768E

Tints of Topaz #7A768E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.89%

 BLUE value IS 142 (55.86% from 255) = 37.17%

R = 31.94%
G = 30.89%
B = 37.17%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7A768E (or 0x7A768E) is known color: Topaz. HEX triplet: 7A, 76 and 8E. RGB value is (122,118,142). Sum of RGB (Red+Green+Blue) = 122+118+142=382 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.94% from 382); Green value is 118 (46.48% from 255 or 30.89% from 382); Blue value is 142 (55.86% from 255 or 37.17% from 382); Max value from RGB is 142 - color contains mainly: blue. Hex color #7A768E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A768E is #858971. Grayscale: #797979. Windows color (decimal): -8751474 or 9336442. OLE color: 9336442.

HSL color Cylindrical-coordinate representation of color #7A768E: hue angle of 250º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7A768E is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 122 118 142 -
CMYK 0.14 0.17 0 0.44
HSL 250º 0.1% 0.51% -
HSV(B) 250º 0.17% 0.56% -
XYZ 19.39 19.05 28.25 -
YUV 121.93 139.33 128.05 -
System Red Green Blue C M Y K H S L
Decimal 122 118 142 0.14 0.17 0 0.44 250 0.1 0.51
Hex 7A 76 8E E 11 0 2C FA A 33
Octal 172 166 216 16 21 0 54 372 12 63
Binary 1111010 1110110 10001110 1110 10001 0 101100 11111010 1010 110011

Color Harmonies of #7A768E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A768E

Black with #7A768E

Text Example


Text Example

White with #7A768E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,118,142); }

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

background-color css

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

 a { background-color: rgb(122,118,142); }

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

border-color css

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

 span { border-color: rgb(122,118,142); }

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