Html Css Color HEX #7A4A58 Cosmic

📋 copy color: '#7A4A58'

red 122 ◦ green 74 ◦ blue 88

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

Shades of Cosmic #7A4A58

Tints of Cosmic #7A4A58

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.06%

 BLUE value IS 88 (34.77% from 255) = 30.99%

R = 42.96%
G = 26.06%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.28

 K value IS 0.52

RGB Variations

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

Color information

#7A4A58 (or 0x7A4A58) is known color: Cosmic. HEX triplet: 7A, 4A and 58. RGB value is (122,74,88). Sum of RGB (Red+Green+Blue) = 122+74+88=284 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.96% from 284); Green value is 74 (29.30% from 255 or 26.06% from 284); Blue value is 88 (34.77% from 255 or 30.99% from 284); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4A58 is #85B5A7. Grayscale: #595959. Windows color (decimal): -8762792 or 5786234. OLE color: 5786234.

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

Color convert

RGB 122 74 88 -
CMYK 0 0.39 0.28 0.52
HSL 342.5º 0.24% 0.38% -
HSV(B) 342.5º 0.39% 0.48% -
XYZ 12.24 9.74 10.47 -
YUV 89.95 126.9 150.86 -
System Red Green Blue C M Y K H S L
Decimal 122 74 88 0 0.39 0.28 0.52 342.5 0.24 0.38
Hex 7A 4A 58 0 27 1C 34 156 18 26
Octal 172 112 130 0 47 34 64 526 30 46
Binary 1111010 1001010 1011000 0 100111 11100 110100 101010110 11000 100110

Color Harmonies of #7A4A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A4A58

Black with #7A4A58

Text Example


Text Example

White with #7A4A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,74,88); }

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

background-color css

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

 a { background-color: rgb(122,74,88); }

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

border-color css

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

 span { border-color: rgb(122,74,88); }

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