Html Css Color HEX #7D596D Cosmic

📋 copy color: '#7D596D'

red 125 ◦ green 89 ◦ blue 109

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

Shades of Cosmic #7D596D

Tints of Cosmic #7D596D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.55%

 BLUE value IS 109 (42.97% from 255) = 33.75%

R = 38.7%
G = 27.55%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#7D596D (or 0x7D596D) is known color: Cosmic. HEX triplet: 7D, 59 and 6D. RGB value is (125,89,109). Sum of RGB (Red+Green+Blue) = 125+89+109=323 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.70% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 125 - color contains mainly: red. Hex color #7D596D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D596D is #82A692. Grayscale: #656565. Windows color (decimal): -8562323 or 7166333. OLE color: 7166333.

HSL color Cylindrical-coordinate representation of color #7D596D: hue angle of 326.67º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7D596D is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 89 109 -
CMYK 0 0.29 0.13 0.51
HSL 326.67º 0.17% 0.42% -
HSV(B) 326.67º 0.29% 0.49% -
XYZ 14.79 12.61 16.12 -
YUV 102.04 131.93 144.37 -
System Red Green Blue C M Y K H S L
Decimal 125 89 109 0 0.29 0.13 0.51 326.67 0.17 0.42
Hex 7D 59 6D 0 1D D 33 147 11 2A
Octal 175 131 155 0 35 15 63 507 21 52
Binary 1111101 1011001 1101101 0 11101 1101 110011 101000111 10001 101010

Color Harmonies of #7D596D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D596D

Black with #7D596D

Text Example


Text Example

White with #7D596D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,89,109); }

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

background-color css

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

 a { background-color: rgb(125,89,109); }

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

border-color css

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

 span { border-color: rgb(125,89,109); }

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