Html Css Color HEX #7D596A Cosmic

📋 copy color: '#7D596A'

red 125 ◦ green 89 ◦ blue 106

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

Shades of Cosmic #7D596A

Tints of Cosmic #7D596A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.13%

R = 39.06%
G = 27.81%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.15

 K value IS 0.51

RGB Variations

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

Color information

#7D596A (or 0x7D596A) is known color: Cosmic. HEX triplet: 7D, 59 and 6A. RGB value is (125,89,106). Sum of RGB (Red+Green+Blue) = 125+89+106=320 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.06% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 125 - color contains mainly: red. Hex color #7D596A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D596A is #82A695. Grayscale: #656565. Windows color (decimal): -8562326 or 6969725. OLE color: 6969725.

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

Color convert

RGB 125 89 106 -
CMYK 0 0.29 0.15 0.51
HSL 331.67º 0.17% 0.42% -
HSV(B) 331.67º 0.29% 0.49% -
XYZ 14.63 12.55 15.29 -
YUV 101.7 130.43 144.62 -
System Red Green Blue C M Y K H S L
Decimal 125 89 106 0 0.29 0.15 0.51 331.67 0.17 0.42
Hex 7D 59 6A 0 1D F 33 14C 11 2A
Octal 175 131 152 0 35 17 63 514 21 52
Binary 1111101 1011001 1101010 0 11101 1111 110011 101001100 10001 101010

Color Harmonies of #7D596A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D596A

Black with #7D596A

Text Example


Text Example

White with #7D596A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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