Html Css Color HEX #7D596E Cosmic

📋 copy color: '#7D596E'

red 125 ◦ green 89 ◦ blue 110

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

Shades of Cosmic #7D596E

Tints of Cosmic #7D596E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.95%

R = 38.58%
G = 27.47%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#7D596E (or 0x7D596E) is known color: Cosmic. HEX triplet: 7D, 59 and 6E. RGB value is (125,89,110). Sum of RGB (Red+Green+Blue) = 125+89+110=324 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.58% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 125 - color contains mainly: red. Hex color #7D596E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D596E is #82A691. Grayscale: #666666. Windows color (decimal): -8562322 or 7231869. OLE color: 7231869.

HSL color Cylindrical-coordinate representation of color #7D596E: hue angle of 325º 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 #7D596E is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 89 110 -
CMYK 0 0.29 0.12 0.51
HSL 325º 0.17% 0.42% -
HSV(B) 325º 0.29% 0.49% -
XYZ 14.84 12.63 16.41 -
YUV 102.16 132.43 144.29 -
System Red Green Blue C M Y K H S L
Decimal 125 89 110 0 0.29 0.12 0.51 325 0.17 0.42
Hex 7D 59 6E 0 1D C 33 145 11 2A
Octal 175 131 156 0 35 14 63 505 21 52
Binary 1111101 1011001 1101110 0 11101 1100 110011 101000101 10001 101010

Color Harmonies of #7D596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D596E

Black with #7D596E

Text Example


Text Example

White with #7D596E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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