Html Css Color HEX #7D758E Topaz

📋 copy color: '#7D758E'

red 125 ◦ green 117 ◦ blue 142

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

Shades of Topaz #7D758E

Tints of Topaz #7D758E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.47%

 BLUE value IS 142 (55.86% from 255) = 36.98%

R = 32.55%
G = 30.47%
B = 36.98%

CMYK

 C value IS 0.12

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7D758E (or 0x7D758E) is known color: Topaz. HEX triplet: 7D, 75 and 8E. RGB value is (125,117,142). Sum of RGB (Red+Green+Blue) = 125+117+142=384 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.55% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 142 - color contains mainly: blue. Hex color #7D758E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D758E is #828A71. Grayscale: #7A7A7A. Windows color (decimal): -8555122 or 9336189. OLE color: 9336189.

HSL color Cylindrical-coordinate representation of color #7D758E: hue angle of 259.2º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7D758E is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 125 117 142 -
CMYK 0.12 0.18 0 0.44
HSL 259.2º 0.1% 0.51% -
HSV(B) 259.2º 0.18% 0.56% -
XYZ 19.7 19.04 28.23 -
YUV 122.24 139.15 129.97 -
System Red Green Blue C M Y K H S L
Decimal 125 117 142 0.12 0.18 0 0.44 259.2 0.1 0.51
Hex 7D 75 8E C 12 0 2C 103 A 33
Octal 175 165 216 14 22 0 54 403 12 63
Binary 1111101 1110101 10001110 1100 10010 0 101100 100000011 1010 110011

Color Harmonies of #7D758E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D758E

Black with #7D758E

Text Example


Text Example

White with #7D758E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,117,142); }

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

background-color css

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

 a { background-color: rgb(125,117,142); }

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

border-color css

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

 span { border-color: rgb(125,117,142); }

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