Html Css Color HEX #7A495F Cosmic

📋 copy color: '#7A495F'

red 122 ◦ green 73 ◦ blue 95

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

Shades of Cosmic #7A495F

Tints of Cosmic #7A495F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.76%

R = 42.07%
G = 25.17%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.22

 K value IS 0.52

RGB Variations

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

Color information

#7A495F (or 0x7A495F) is known color: Cosmic. HEX triplet: 7A, 49 and 5F. RGB value is (122,73,95). Sum of RGB (Red+Green+Blue) = 122+73+95=290 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.07% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 95 (37.5% from 255 or 32.76% from 290); Max value from RGB is 122 - color contains mainly: red. Hex color #7A495F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A495F is #85B6A0. Grayscale: #5A5A5A. Windows color (decimal): -8763041 or 6244730. OLE color: 6244730.

HSL color Cylindrical-coordinate representation of color #7A495F: hue angle of 333.06º 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 #7A495F is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 73 95 -
CMYK 0 0.40 0.22 0.52
HSL 333.06º 0.25% 0.38% -
HSV(B) 333.06º 0.4% 0.48% -
XYZ 12.47 9.73 12.05 -
YUV 90.16 130.73 150.71 -
System Red Green Blue C M Y K H S L
Decimal 122 73 95 0 0.40 0.22 0.52 333.06 0.25 0.38
Hex 7A 49 5F 0 28 16 34 14D 19 26
Octal 172 111 137 0 50 26 64 515 31 46
Binary 1111010 1001001 1011111 0 101000 10110 110100 101001101 11001 100110

Color Harmonies of #7A495F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A495F

Black with #7A495F

Text Example


Text Example

White with #7A495F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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