Html Css Color HEX #7A4E62 Cosmic

📋 copy color: '#7A4E62'

red 122 ◦ green 78 ◦ blue 98

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

Shades of Cosmic #7A4E62

Tints of Cosmic #7A4E62

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.17%

 BLUE value IS 98 (38.67% from 255) = 32.89%

R = 40.94%
G = 26.17%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.20

 K value IS 0.52

RGB Variations

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

Color information

#7A4E62 (or 0x7A4E62) is known color: Cosmic. HEX triplet: 7A, 4E and 62. RGB value is (122,78,98). Sum of RGB (Red+Green+Blue) = 122+78+98=298 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.94% from 298); Green value is 78 (30.86% from 255 or 26.17% from 298); Blue value is 98 (38.67% from 255 or 32.89% from 298); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A4E62 is #85B19D. Grayscale: #5D5D5D. Windows color (decimal): -8761758 or 6442618. OLE color: 6442618.

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

Color convert

RGB 122 78 98 -
CMYK 0 0.36 0.20 0.52
HSL 332.73º 0.22% 0.39% -
HSV(B) 332.73º 0.36% 0.48% -
XYZ 12.96 10.47 12.89 -
YUV 93.44 130.58 148.37 -
System Red Green Blue C M Y K H S L
Decimal 122 78 98 0 0.36 0.20 0.52 332.73 0.22 0.39
Hex 7A 4E 62 0 24 14 34 14D 16 27
Octal 172 116 142 0 44 24 64 515 26 47
Binary 1111010 1001110 1100010 0 100100 10100 110100 101001101 10110 100111

Color Harmonies of #7A4E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A4E62

Black with #7A4E62

Text Example


Text Example

White with #7A4E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,78,98); }

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

background-color css

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

 a { background-color: rgb(122,78,98); }

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

border-color css

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

 span { border-color: rgb(122,78,98); }

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