Html Css Color HEX #7D596B Cosmic

📋 copy color: '#7D596B'

red 125 ◦ green 89 ◦ blue 107

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

Shades of Cosmic #7D596B

Tints of Cosmic #7D596B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.33%

R = 38.94%
G = 27.73%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#7D596B (or 0x7D596B) is known color: Cosmic. HEX triplet: 7D, 59 and 6B. RGB value is (125,89,107). Sum of RGB (Red+Green+Blue) = 125+89+107=321 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.94% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 125 - color contains mainly: red. Hex color #7D596B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D596B is #82A694. Grayscale: #656565. Windows color (decimal): -8562325 or 7035261. OLE color: 7035261.

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

Color convert

RGB 125 89 107 -
CMYK 0 0.29 0.14 0.51
HSL 330º 0.17% 0.42% -
HSV(B) 330º 0.29% 0.49% -
XYZ 14.68 12.57 15.56 -
YUV 101.82 130.93 144.54 -
System Red Green Blue C M Y K H S L
Decimal 125 89 107 0 0.29 0.14 0.51 330 0.17 0.42
Hex 7D 59 6B 0 1D E 33 14A 11 2A
Octal 175 131 153 0 35 16 63 512 21 52
Binary 1111101 1011001 1101011 0 11101 1110 110011 101001010 10001 101010

Color Harmonies of #7D596B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D596B

Black with #7D596B

Text Example


Text Example

White with #7D596B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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