Html Css Color HEX #7D496E Cosmic

📋 copy color: '#7D496E'

red 125 ◦ green 73 ◦ blue 110

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

Shades of Cosmic #7D496E

Tints of Cosmic #7D496E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 35.71%

R = 40.58%
G = 23.7%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#7D496E (or 0x7D496E) is known color: Cosmic. HEX triplet: 7D, 49 and 6E. RGB value is (125,73,110). Sum of RGB (Red+Green+Blue) = 125+73+110=308 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.58% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 125 - color contains mainly: red. Hex color #7D496E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D496E is #82B691. Grayscale: #5C5C5C. Windows color (decimal): -8566418 or 7227773. OLE color: 7227773.

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

Color convert

RGB 125 73 110 -
CMYK 0 0.42 0.12 0.51
HSL 317.31º 0.26% 0.39% -
HSV(B) 317.31º 0.42% 0.49% -
XYZ 13.65 10.25 16.01 -
YUV 92.77 137.73 150.99 -
System Red Green Blue C M Y K H S L
Decimal 125 73 110 0 0.42 0.12 0.51 317.31 0.26 0.39
Hex 7D 49 6E 0 2A C 33 13D 1A 27
Octal 175 111 156 0 52 14 63 475 32 47
Binary 1111101 1001001 1101110 0 101010 1100 110011 100111101 11010 100111

Color Harmonies of #7D496E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D496E

Black with #7D496E

Text Example


Text Example

White with #7D496E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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