Html Css Color HEX #7D708B Topaz

📋 copy color: '#7D708B'

red 125 ◦ green 112 ◦ blue 139

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

Shades of Topaz #7D708B

Tints of Topaz #7D708B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.79%

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

R = 33.24%
G = 29.79%
B = 36.97%

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

#7D708B (or 0x7D708B) is known color: Topaz. HEX triplet: 7D, 70 and 8B. RGB value is (125,112,139). Sum of RGB (Red+Green+Blue) = 125+112+139=376 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.24% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 139 - color contains mainly: blue. Hex color #7D708B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D708B is #828F74. Grayscale: #767676. Windows color (decimal): -8556405 or 9138301. OLE color: 9138301.

HSL color Cylindrical-coordinate representation of color #7D708B: hue angle of 268.89º degrees, saturation: 0.11, 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 #7D708B is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 125 112 139 -
CMYK 0.10 0.19 0 0.45
HSL 268.89º 0.11% 0.49% -
HSV(B) 268.89º 0.19% 0.55% -
XYZ 18.91 17.81 26.87 -
YUV 118.97 139.31 132.3 -
System Red Green Blue C M Y K H S L
Decimal 125 112 139 0.10 0.19 0 0.45 268.89 0.11 0.49
Hex 7D 70 8B A 13 0 2D 10D B 31
Octal 175 160 213 12 23 0 55 415 13 61
Binary 1111101 1110000 10001011 1010 10011 0 101101 100001101 1011 110001

Color Harmonies of #7D708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D708B

Black with #7D708B

Text Example


Text Example

White with #7D708B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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