Html Css Color HEX #7D718B Topaz

📋 copy color: '#7D718B'

red 125 ◦ green 113 ◦ blue 139

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

Shades of Topaz #7D718B

Tints of Topaz #7D718B

RGB

 RED value IS 125 (49.22% from 255) = 33.16%

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

 BLUE value IS 139 (54.69% from 255) = 36.87%

R = 33.16%
G = 29.97%
B = 36.87%

CMYK

 C value IS 0.10

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7D718B (or 0x7D718B) is known color: Topaz. HEX triplet: 7D, 71 and 8B. RGB value is (125,113,139). Sum of RGB (Red+Green+Blue) = 125+113+139=377 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.16% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 139 - color contains mainly: blue. Hex color #7D718B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D718B is #828E74. Grayscale: #777777. Windows color (decimal): -8556149 or 9138557. OLE color: 9138557.

HSL color Cylindrical-coordinate representation of color #7D718B: hue angle of 267.69º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7D718B is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 125 113 139 -
CMYK 0.10 0.19 0 0.45
HSL 267.69º 0.1% 0.49% -
HSV(B) 267.69º 0.19% 0.55% -
XYZ 19.02 18.03 26.9 -
YUV 119.55 138.98 131.89 -
System Red Green Blue C M Y K H S L
Decimal 125 113 139 0.10 0.19 0 0.45 267.69 0.1 0.49
Hex 7D 71 8B A 13 0 2D 10C A 31
Octal 175 161 213 12 23 0 55 414 12 61
Binary 1111101 1110001 10001011 1010 10011 0 101101 100001100 1010 110001

Color Harmonies of #7D718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D718B

Black with #7D718B

Text Example


Text Example

White with #7D718B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,113,139); }

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

background-color css

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

 a { background-color: rgb(125,113,139); }

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

border-color css

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

 span { border-color: rgb(125,113,139); }

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