Html Css Color HEX #7C7589 Topaz

📋 copy color: '#7C7589'

red 124 ◦ green 117 ◦ blue 137

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

Shades of Topaz #7C7589

Tints of Topaz #7C7589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.24%

R = 32.8%
G = 30.95%
B = 36.24%

CMYK

 C value IS 0.09

 M value IS 0.15

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7C7589 (or 0x7C7589) is known color: Topaz. HEX triplet: 7C, 75 and 89. RGB value is (124,117,137). Sum of RGB (Red+Green+Blue) = 124+117+137=378 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.80% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 137 - color contains mainly: blue. Hex color #7C7589 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7589 is #838A76. Grayscale: #797979. Windows color (decimal): -8620663 or 9008508. OLE color: 9008508.

HSL color Cylindrical-coordinate representation of color #7C7589: hue angle of 261º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7C7589 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 124 117 137 -
CMYK 0.09 0.15 0 0.46
HSL 261º 0.08% 0.5% -
HSV(B) 261º 0.15% 0.54% -
XYZ 19.19 18.81 26.29 -
YUV 121.37 136.82 129.87 -
System Red Green Blue C M Y K H S L
Decimal 124 117 137 0.09 0.15 0 0.46 261 0.08 0.5
Hex 7C 75 89 9 F 0 2E 105 8 32
Octal 174 165 211 11 17 0 56 405 10 62
Binary 1111100 1110101 10001001 1001 1111 0 101110 100000101 1000 110010

Color Harmonies of #7C7589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7589

Black with #7C7589

Text Example


Text Example

White with #7C7589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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