Html Css Color HEX #7A495C Cosmic

📋 copy color: '#7A495C'

red 122 ◦ green 73 ◦ blue 92

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

Shades of Cosmic #7A495C

Tints of Cosmic #7A495C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.06%

R = 42.51%
G = 25.44%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.25

 K value IS 0.52

RGB Variations

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

Color information

#7A495C (or 0x7A495C) is known color: Cosmic. HEX triplet: 7A, 49 and 5C. RGB value is (122,73,92). Sum of RGB (Red+Green+Blue) = 122+73+92=287 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.51% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 122 - color contains mainly: red. Hex color #7A495C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A495C is #85B6A3. Grayscale: #595959. Windows color (decimal): -8763044 or 6048122. OLE color: 6048122.

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

Color convert

RGB 122 73 92 -
CMYK 0 0.40 0.25 0.52
HSL 336.73º 0.25% 0.38% -
HSV(B) 336.73º 0.4% 0.48% -
XYZ 12.34 9.68 11.34 -
YUV 89.82 129.23 150.96 -
System Red Green Blue C M Y K H S L
Decimal 122 73 92 0 0.40 0.25 0.52 336.73 0.25 0.38
Hex 7A 49 5C 0 28 19 34 151 19 26
Octal 172 111 134 0 50 31 64 521 31 46
Binary 1111010 1001001 1011100 0 101000 11001 110100 101010001 11001 100110

Color Harmonies of #7A495C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A495C

Black with #7A495C

Text Example


Text Example

White with #7A495C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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