Html Css Color HEX #7D496D Cosmic

📋 copy color: '#7D496D'

red 125 ◦ green 73 ◦ blue 109

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

Shades of Cosmic #7D496D

Tints of Cosmic #7D496D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.78%

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

R = 40.72%
G = 23.78%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#7D496D (or 0x7D496D) is known color: Cosmic. HEX triplet: 7D, 49 and 6D. RGB value is (125,73,109). Sum of RGB (Red+Green+Blue) = 125+73+109=307 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.72% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 125 - color contains mainly: red. Hex color #7D496D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D496D is #82B692. Grayscale: #5C5C5C. Windows color (decimal): -8566419 or 7162237. OLE color: 7162237.

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

Color convert

RGB 125 73 109 -
CMYK 0 0.42 0.13 0.51
HSL 318.46º 0.26% 0.39% -
HSV(B) 318.46º 0.42% 0.49% -
XYZ 13.6 10.23 15.73 -
YUV 92.65 137.23 151.07 -
System Red Green Blue C M Y K H S L
Decimal 125 73 109 0 0.42 0.13 0.51 318.46 0.26 0.39
Hex 7D 49 6D 0 2A D 33 13E 1A 27
Octal 175 111 155 0 52 15 63 476 32 47
Binary 1111101 1001001 1101101 0 101010 1101 110011 100111110 11010 100111

Color Harmonies of #7D496D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D496D

Black with #7D496D

Text Example


Text Example

White with #7D496D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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