Html Css Color HEX #7C7190 Topaz

📋 copy color: '#7C7190'

red 124 ◦ green 113 ◦ blue 144

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

Shades of Topaz #7C7190

Tints of Topaz #7C7190

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.66%

 BLUE value IS 144 (56.64% from 255) = 37.8%

R = 32.55%
G = 29.66%
B = 37.8%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7C7190 (or 0x7C7190) is known color: Topaz. HEX triplet: 7C, 71 and 90. RGB value is (124,113,144). Sum of RGB (Red+Green+Blue) = 124+113+144=381 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.55% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 144 - color contains mainly: blue. Hex color #7C7190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7190 is #838E6F. Grayscale: #777777. Windows color (decimal): -8621680 or 9466236. OLE color: 9466236.

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

Color convert

RGB 124 113 144 -
CMYK 0.14 0.22 0 0.44
HSL 261.29º 0.12% 0.5% -
HSV(B) 261.29º 0.22% 0.56% -
XYZ 19.25 18.11 28.87 -
YUV 119.82 141.64 130.98 -
System Red Green Blue C M Y K H S L
Decimal 124 113 144 0.14 0.22 0 0.44 261.29 0.12 0.5
Hex 7C 71 90 E 16 0 2C 105 C 32
Octal 174 161 220 16 26 0 54 405 14 62
Binary 1111100 1110001 10010000 1110 10110 0 101100 100000101 1100 110010

Color Harmonies of #7C7190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7190

Black with #7C7190

Text Example


Text Example

White with #7C7190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,113,144); }

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

background-color css

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

 a { background-color: rgb(124,113,144); }

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

border-color css

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

 span { border-color: rgb(124,113,144); }

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