Html Css Color HEX #7D596C Cosmic

📋 copy color: '#7D596C'

red 125 ◦ green 89 ◦ blue 108

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

Shades of Cosmic #7D596C

Tints of Cosmic #7D596C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.54%

R = 38.82%
G = 27.64%
B = 33.54%

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

#7D596C (or 0x7D596C) is known color: Cosmic. HEX triplet: 7D, 59 and 6C. RGB value is (125,89,108). Sum of RGB (Red+Green+Blue) = 125+89+108=322 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.82% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 125 - color contains mainly: red. Hex color #7D596C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D596C is #82A693. Grayscale: #656565. Windows color (decimal): -8562324 or 7100797. OLE color: 7100797.

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

Color convert

RGB 125 89 108 -
CMYK 0 0.29 0.14 0.51
HSL 328.33º 0.17% 0.42% -
HSV(B) 328.33º 0.29% 0.49% -
XYZ 14.74 12.59 15.84 -
YUV 101.93 131.43 144.46 -
System Red Green Blue C M Y K H S L
Decimal 125 89 108 0 0.29 0.14 0.51 328.33 0.17 0.42
Hex 7D 59 6C 0 1D E 33 148 11 2A
Octal 175 131 154 0 35 16 63 510 21 52
Binary 1111101 1011001 1101100 0 11101 1110 110011 101001000 10001 101010

Color Harmonies of #7D596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D596C

Black with #7D596C

Text Example


Text Example

White with #7D596C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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