Html Css Color HEX #7D7187 Topaz

📋 copy color: '#7D7187'

red 125 ◦ green 113 ◦ blue 135

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

Shades of Topaz #7D7187

Tints of Topaz #7D7187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 36.19%

R = 33.51%
G = 30.29%
B = 36.19%

CMYK

 C value IS 0.07

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7D7187 (or 0x7D7187) is known color: Topaz. HEX triplet: 7D, 71 and 87. RGB value is (125,113,135). Sum of RGB (Red+Green+Blue) = 125+113+135=373 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.51% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 135 (53.12% from 255 or 36.19% from 373); Max value from RGB is 135 - color contains mainly: blue. Hex color #7D7187 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7187 is #828E78. Grayscale: #777777. Windows color (decimal): -8556153 or 8876413. OLE color: 8876413.

HSL color Cylindrical-coordinate representation of color #7D7187: hue angle of 272.73º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7D7187 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 125 113 135 -
CMYK 0.07 0.16 0 0.47
HSL 272.73º 0.09% 0.49% -
HSV(B) 272.73º 0.16% 0.53% -
XYZ 18.74 17.92 25.39 -
YUV 119.1 136.98 132.21 -
System Red Green Blue C M Y K H S L
Decimal 125 113 135 0.07 0.16 0 0.47 272.73 0.09 0.49
Hex 7D 71 87 7 10 0 2F 111 9 31
Octal 175 161 207 7 20 0 57 421 11 61
Binary 1111101 1110001 10000111 111 10000 0 101111 100010001 1001 110001

Color Harmonies of #7D7187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7187

Black with #7D7187

Text Example


Text Example

White with #7D7187

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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