Html Css Color HEX #7D7588 Topaz

📋 copy color: '#7D7588'

red 125 ◦ green 117 ◦ blue 136

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

Shades of Topaz #7D7588

Tints of Topaz #7D7588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 35.98%

R = 33.07%
G = 30.95%
B = 35.98%

CMYK

 C value IS 0.08

 M value IS 0.14

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7D7588 (or 0x7D7588) is known color: Topaz. HEX triplet: 7D, 75 and 88. RGB value is (125,117,136). Sum of RGB (Red+Green+Blue) = 125+117+136=378 (50% of max value = 765). Red value is 125 (49.22% from 255 or 33.07% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 136 (53.52% from 255 or 35.98% from 378); Max value from RGB is 136 - color contains mainly: blue. Hex color #7D7588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7588 is #828A77. Grayscale: #797979. Windows color (decimal): -8555128 or 8942973. OLE color: 8942973.

HSL color Cylindrical-coordinate representation of color #7D7588: hue angle of 265.26º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7D7588 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 125 117 136 -
CMYK 0.08 0.14 0 0.47
HSL 265.26º 0.08% 0.5% -
HSV(B) 265.26º 0.14% 0.53% -
XYZ 19.26 18.86 25.92 -
YUV 121.56 136.15 130.46 -
System Red Green Blue C M Y K H S L
Decimal 125 117 136 0.08 0.14 0 0.47 265.26 0.08 0.5
Hex 7D 75 88 8 E 0 2F 109 8 32
Octal 175 165 210 10 16 0 57 411 10 62
Binary 1111101 1110101 10001000 1000 1110 0 101111 100001001 1000 110010

Color Harmonies of #7D7588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7588

Black with #7D7588

Text Example


Text Example

White with #7D7588

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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