Html Css Color HEX #7A495D Cosmic

📋 copy color: '#7A495D'

red 122 ◦ green 73 ◦ blue 93

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

Shades of Cosmic #7A495D

Tints of Cosmic #7A495D

RGB

 RED value IS 122 (48.05% from 255) = 42.36%

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

 BLUE value IS 93 (36.72% from 255) = 32.29%

R = 42.36%
G = 25.35%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.24

 K value IS 0.52

RGB Variations

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

Color information

#7A495D (or 0x7A495D) is known color: Cosmic. HEX triplet: 7A, 49 and 5D. RGB value is (122,73,93). Sum of RGB (Red+Green+Blue) = 122+73+93=288 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.36% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 122 - color contains mainly: red. Hex color #7A495D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A495D is #85B6A2. Grayscale: #595959. Windows color (decimal): -8763043 or 6113658. OLE color: 6113658.

HSL color Cylindrical-coordinate representation of color #7A495D: hue angle of 335.51º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A495D is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 73 93 -
CMYK 0 0.40 0.24 0.52
HSL 335.51º 0.25% 0.38% -
HSV(B) 335.51º 0.4% 0.48% -
XYZ 12.38 9.69 11.57 -
YUV 89.93 129.73 150.87 -
System Red Green Blue C M Y K H S L
Decimal 122 73 93 0 0.40 0.24 0.52 335.51 0.25 0.38
Hex 7A 49 5D 0 28 18 34 150 19 26
Octal 172 111 135 0 50 30 64 520 31 46
Binary 1111010 1001001 1011101 0 101000 11000 110100 101010000 11001 100110

Color Harmonies of #7A495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A495D

Black with #7A495D

Text Example


Text Example

White with #7A495D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,73,93); }

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

background-color css

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

 a { background-color: rgb(122,73,93); }

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

border-color css

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

 span { border-color: rgb(122,73,93); }

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