Html Css Color HEX #7D5A6D Cosmic

📋 copy color: '#7D5A6D'

red 125 ◦ green 90 ◦ blue 109

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

Shades of Cosmic #7D5A6D

Tints of Cosmic #7D5A6D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.78%

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

R = 38.58%
G = 27.78%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#7D5A6D (or 0x7D5A6D) is known color: Cosmic. HEX triplet: 7D, 5A and 6D. RGB value is (125,90,109). Sum of RGB (Red+Green+Blue) = 125+90+109=324 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.58% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5A6D is #82A592. Grayscale: #666666. Windows color (decimal): -8562067 or 7166589. OLE color: 7166589.

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

Color convert

RGB 125 90 109 -
CMYK 0 0.28 0.13 0.51
HSL 327.43º 0.16% 0.42% -
HSV(B) 327.43º 0.28% 0.49% -
XYZ 14.87 12.78 16.15 -
YUV 102.63 131.6 143.96 -
System Red Green Blue C M Y K H S L
Decimal 125 90 109 0 0.28 0.13 0.51 327.43 0.16 0.42
Hex 7D 5A 6D 0 1C D 33 147 10 2A
Octal 175 132 155 0 34 15 63 507 20 52
Binary 1111101 1011010 1101101 0 11100 1101 110011 101000111 10000 101010

Color Harmonies of #7D5A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5A6D

Black with #7D5A6D

Text Example


Text Example

White with #7D5A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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