Html Css Color HEX #7C7289 Topaz

📋 copy color: '#7C7289'

red 124 ◦ green 114 ◦ blue 137

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

Shades of Topaz #7C7289

Tints of Topaz #7C7289

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.4%

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

R = 33.07%
G = 30.4%
B = 36.53%

CMYK

 C value IS 0.09

 M value IS 0.17

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7C7289 (or 0x7C7289) is known color: Topaz. HEX triplet: 7C, 72 and 89. RGB value is (124,114,137). Sum of RGB (Red+Green+Blue) = 124+114+137=375 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.07% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 137 - color contains mainly: blue. Hex color #7C7289 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7289 is #838D76. Grayscale: #777777. Windows color (decimal): -8621431 or 9007740. OLE color: 9007740.

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

Color convert

RGB 124 114 137 -
CMYK 0.09 0.17 0 0.46
HSL 266.09º 0.09% 0.49% -
HSV(B) 266.09º 0.17% 0.54% -
XYZ 18.84 18.13 26.17 -
YUV 119.61 137.81 131.13 -
System Red Green Blue C M Y K H S L
Decimal 124 114 137 0.09 0.17 0 0.46 266.09 0.09 0.49
Hex 7C 72 89 9 11 0 2E 10A 9 31
Octal 174 162 211 11 21 0 56 412 11 61
Binary 1111100 1110010 10001001 1001 10001 0 101110 100001010 1001 110001

Color Harmonies of #7C7289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7289

Black with #7C7289

Text Example


Text Example

White with #7C7289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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