Html Css Color HEX #7C7186 Topaz

📋 copy color: '#7C7186'

red 124 ◦ green 113 ◦ blue 134

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

Shades of Topaz #7C7186

Tints of Topaz #7C7186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 36.12%

R = 33.42%
G = 30.46%
B = 36.12%

CMYK

 C value IS 0.07

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7C7186 (or 0x7C7186) is known color: Topaz. HEX triplet: 7C, 71 and 86. RGB value is (124,113,134). Sum of RGB (Red+Green+Blue) = 124+113+134=371 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.42% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 134 - color contains mainly: blue. Hex color #7C7186 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7186 is #838E79. Grayscale: #767676. Windows color (decimal): -8621690 or 8810876. OLE color: 8810876.

HSL color Cylindrical-coordinate representation of color #7C7186: hue angle of 271.43º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7C7186 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 124 113 134 -
CMYK 0.07 0.16 0 0.47
HSL 271.43º 0.09% 0.48% -
HSV(B) 271.43º 0.16% 0.53% -
XYZ 18.52 17.82 25.02 -
YUV 118.68 136.64 131.79 -
System Red Green Blue C M Y K H S L
Decimal 124 113 134 0.07 0.16 0 0.47 271.43 0.09 0.48
Hex 7C 71 86 7 10 0 2F 10F 9 30
Octal 174 161 206 7 20 0 57 417 11 60
Binary 1111100 1110001 10000110 111 10000 0 101111 100001111 1001 110000

Color Harmonies of #7C7186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7186

Black with #7C7186

Text Example


Text Example

White with #7C7186

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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