Html Css Color HEX #7C718D Topaz

📋 copy color: '#7C718D'

red 124 ◦ green 113 ◦ blue 141

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

Shades of Topaz #7C718D

Tints of Topaz #7C718D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.3%

R = 32.8%
G = 29.89%
B = 37.3%

CMYK

 C value IS 0.12

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7C718D (or 0x7C718D) is known color: Topaz. HEX triplet: 7C, 71 and 8D. RGB value is (124,113,141). Sum of RGB (Red+Green+Blue) = 124+113+141=378 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.80% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 141 - color contains mainly: blue. Hex color #7C718D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C718D is #838E72. Grayscale: #777777. Windows color (decimal): -8621683 or 9269628. OLE color: 9269628.

HSL color Cylindrical-coordinate representation of color #7C718D: hue angle of 263.57º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7C718D is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 124 113 141 -
CMYK 0.12 0.20 0 0.45
HSL 263.57º 0.11% 0.5% -
HSV(B) 263.57º 0.2% 0.55% -
XYZ 19.03 18.02 27.67 -
YUV 119.48 140.14 131.22 -
System Red Green Blue C M Y K H S L
Decimal 124 113 141 0.12 0.20 0 0.45 263.57 0.11 0.5
Hex 7C 71 8D C 14 0 2D 108 B 32
Octal 174 161 215 14 24 0 55 410 13 62
Binary 1111100 1110001 10001101 1100 10100 0 101101 100001000 1011 110010

Color Harmonies of #7C718D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C718D

Black with #7C718D

Text Example


Text Example

White with #7C718D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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