Html Css Color HEX #7C7590 Topaz

📋 copy color: '#7C7590'

red 124 ◦ green 117 ◦ blue 144

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

Shades of Topaz #7C7590

Tints of Topaz #7C7590

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.39%

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

R = 32.21%
G = 30.39%
B = 37.4%

CMYK

 C value IS 0.14

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7C7590 (or 0x7C7590) is known color: Topaz. HEX triplet: 7C, 75 and 90. RGB value is (124,117,144). Sum of RGB (Red+Green+Blue) = 124+117+144=385 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.21% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 144 - color contains mainly: blue. Hex color #7C7590 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7590 is #838A6F. Grayscale: #7A7A7A. Windows color (decimal): -8620656 or 9467260. OLE color: 9467260.

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

Color convert

RGB 124 117 144 -
CMYK 0.14 0.19 0 0.44
HSL 255.56º 0.11% 0.51% -
HSV(B) 255.56º 0.19% 0.56% -
XYZ 19.71 19.02 29.02 -
YUV 122.17 140.32 129.3 -
System Red Green Blue C M Y K H S L
Decimal 124 117 144 0.14 0.19 0 0.44 255.56 0.11 0.51
Hex 7C 75 90 E 13 0 2C 100 B 33
Octal 174 165 220 16 23 0 54 400 13 63
Binary 1111100 1110101 10010000 1110 10011 0 101100 100000000 1011 110011

Color Harmonies of #7C7590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7590

Black with #7C7590

Text Example


Text Example

White with #7C7590

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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