Html Css Color HEX #7F496D Cosmic

📋 copy color: '#7F496D'

red 127 ◦ green 73 ◦ blue 109

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

Shades of Cosmic #7F496D

Tints of Cosmic #7F496D

RGB

 RED value IS 127 (50% from 255) = 41.1%

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

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

R = 41.1%
G = 23.62%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.50

RGB Variations

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

Color information

#7F496D (or 0x7F496D) is known color: Cosmic. HEX triplet: 7F, 49 and 6D. RGB value is (127,73,109). Sum of RGB (Red+Green+Blue) = 127+73+109=309 (40% of max value = 765). Red value is 127 (50% from 255 or 41.10% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 127 - color contains mainly: red. Hex color #7F496D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F496D is #80B692. Grayscale: #5D5D5D. Windows color (decimal): -8435347 or 7162239. OLE color: 7162239.

HSL color Cylindrical-coordinate representation of color #7F496D: hue angle of 320º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F496D is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 73 109 -
CMYK 0 0.43 0.14 0.50
HSL 320º 0.27% 0.39% -
HSV(B) 320º 0.43% 0.5% -
XYZ 13.9 10.38 15.74 -
YUV 93.25 136.89 152.07 -
System Red Green Blue C M Y K H S L
Decimal 127 73 109 0 0.43 0.14 0.50 320 0.27 0.39
Hex 7F 49 6D 0 2B E 32 140 1B 27
Octal 177 111 155 0 53 16 62 500 33 47
Binary 1111111 1001001 1101101 0 101011 1110 110010 101000000 11011 100111

Color Harmonies of #7F496D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F496D

Black with #7F496D

Text Example


Text Example

White with #7F496D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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