Html Css Color HEX #7C6A92 Topaz

📋 copy color: '#7C6A92'

red 124 ◦ green 106 ◦ blue 146

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

Shades of Topaz #7C6A92

Tints of Topaz #7C6A92

RGB

 RED value IS 124 (48.83% from 255) = 32.98%

 GREEN value IS 106 (41.8% from 255) = 28.19%

 BLUE value IS 146 (57.42% from 255) = 38.83%

R = 32.98%
G = 28.19%
B = 38.83%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7C6A92 (or 0x7C6A92) is known color: Topaz. HEX triplet: 7C, 6A and 92. RGB value is (124,106,146). Sum of RGB (Red+Green+Blue) = 124+106+146=376 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.98% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 146 (57.42% from 255 or 38.83% from 376); Max value from RGB is 146 - color contains mainly: blue. Hex color #7C6A92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6A92 is #83956D. Grayscale: #737373. Windows color (decimal): -8623470 or 9595516. OLE color: 9595516.

HSL color Cylindrical-coordinate representation of color #7C6A92: hue angle of 267º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7C6A92 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 124 106 146 -
CMYK 0.15 0.27 0 0.43
HSL 267º 0.16% 0.49% -
HSV(B) 267º 0.27% 0.57% -
XYZ 18.65 16.67 29.43 -
YUV 115.94 144.96 133.75 -
System Red Green Blue C M Y K H S L
Decimal 124 106 146 0.15 0.27 0 0.43 267 0.16 0.49
Hex 7C 6A 92 F 1B 0 2B 10B 10 31
Octal 174 152 222 17 33 0 53 413 20 61
Binary 1111100 1101010 10010010 1111 11011 0 101011 100001011 10000 110001

Color Harmonies of #7C6A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6A92

Black with #7C6A92

Text Example


Text Example

White with #7C6A92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,106,146); }

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

background-color css

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

 a { background-color: rgb(124,106,146); }

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

border-color css

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

 span { border-color: rgb(124,106,146); }

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