Html Css Color HEX #7D7585 Topaz

📋 copy color: '#7D7585'

red 125 ◦ green 117 ◦ blue 133

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

Shades of Topaz #7D7585

Tints of Topaz #7D7585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.47%

R = 33.33%
G = 31.2%
B = 35.47%

CMYK

 C value IS 0.06

 M value IS 0.12

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7D7585 (or 0x7D7585) is known color: Topaz. HEX triplet: 7D, 75 and 85. RGB value is (125,117,133). Sum of RGB (Red+Green+Blue) = 125+117+133=375 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.33% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 133 - color contains mainly: blue. Hex color #7D7585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7585 is #828A7A. Grayscale: #797979. Windows color (decimal): -8555131 or 8746365. OLE color: 8746365.

HSL color Cylindrical-coordinate representation of color #7D7585: hue angle of 270º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7D7585 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 125 117 133 -
CMYK 0.06 0.12 0 0.48
HSL 270º 0.06% 0.49% -
HSV(B) 270º 0.12% 0.52% -
XYZ 19.05 18.78 24.81 -
YUV 121.22 134.65 130.7 -
System Red Green Blue C M Y K H S L
Decimal 125 117 133 0.06 0.12 0 0.48 270 0.06 0.49
Hex 7D 75 85 6 C 0 30 10E 6 31
Octal 175 165 205 6 14 0 60 416 6 61
Binary 1111101 1110101 10000101 110 1100 0 110000 100001110 110 110001

Color Harmonies of #7D7585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7585

Black with #7D7585

Text Example


Text Example

White with #7D7585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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