Html Css Color HEX #7D496B Cosmic

📋 copy color: '#7D496B'

red 125 ◦ green 73 ◦ blue 107

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

Shades of Cosmic #7D496B

Tints of Cosmic #7D496B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.08%

R = 40.98%
G = 23.93%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#7D496B (or 0x7D496B) is known color: Cosmic. HEX triplet: 7D, 49 and 6B. RGB value is (125,73,107). Sum of RGB (Red+Green+Blue) = 125+73+107=305 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.98% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 107 (42.19% from 255 or 35.08% from 305); Max value from RGB is 125 - color contains mainly: red. Hex color #7D496B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D496B is #82B694. Grayscale: #5C5C5C. Windows color (decimal): -8566421 or 7031165. OLE color: 7031165.

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

Color convert

RGB 125 73 107 -
CMYK 0 0.42 0.14 0.51
HSL 320.77º 0.26% 0.39% -
HSV(B) 320.77º 0.42% 0.49% -
XYZ 13.49 10.19 15.16 -
YUV 92.42 136.23 151.24 -
System Red Green Blue C M Y K H S L
Decimal 125 73 107 0 0.42 0.14 0.51 320.77 0.26 0.39
Hex 7D 49 6B 0 2A E 33 141 1A 27
Octal 175 111 153 0 52 16 63 501 32 47
Binary 1111101 1001001 1101011 0 101010 1110 110011 101000001 11010 100111

Color Harmonies of #7D496B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D496B

Black with #7D496B

Text Example


Text Example

White with #7D496B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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