Html Css Color HEX #7D496F Cosmic

📋 copy color: '#7D496F'

red 125 ◦ green 73 ◦ blue 111

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

Shades of Cosmic #7D496F

Tints of Cosmic #7D496F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.92%

R = 40.45%
G = 23.62%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#7D496F (or 0x7D496F) is known color: Cosmic. HEX triplet: 7D, 49 and 6F. RGB value is (125,73,111). Sum of RGB (Red+Green+Blue) = 125+73+111=309 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.45% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 125 - color contains mainly: red. Hex color #7D496F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D496F is #82B690. Grayscale: #5C5C5C. Windows color (decimal): -8566417 or 7293309. OLE color: 7293309.

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

Color convert

RGB 125 73 111 -
CMYK 0 0.42 0.11 0.51
HSL 316.15º 0.26% 0.39% -
HSV(B) 316.15º 0.42% 0.49% -
XYZ 13.71 10.27 16.3 -
YUV 92.88 138.23 150.91 -
System Red Green Blue C M Y K H S L
Decimal 125 73 111 0 0.42 0.11 0.51 316.15 0.26 0.39
Hex 7D 49 6F 0 2A B 33 13C 1A 27
Octal 175 111 157 0 52 13 63 474 32 47
Binary 1111101 1001001 1101111 0 101010 1011 110011 100111100 11010 100111

Color Harmonies of #7D496F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D496F

Black with #7D496F

Text Example


Text Example

White with #7D496F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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