Html Css Color HEX #7A4360 Cosmic

📋 copy color: '#7A4360'

red 122 ◦ green 67 ◦ blue 96

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

Shades of Cosmic #7A4360

Tints of Cosmic #7A4360

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.51%

 BLUE value IS 96 (37.89% from 255) = 33.68%

R = 42.81%
G = 23.51%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.21

 K value IS 0.52

RGB Variations

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

Color information

#7A4360 (or 0x7A4360) is known color: Cosmic. HEX triplet: 7A, 43 and 60. RGB value is (122,67,96). Sum of RGB (Red+Green+Blue) = 122+67+96=285 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.81% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4360 is #85BC9F. Grayscale: #565656. Windows color (decimal): -8764576 or 6308730. OLE color: 6308730.

HSL color Cylindrical-coordinate representation of color #7A4360: hue angle of 328.36º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A4360 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 67 96 -
CMYK 0 0.45 0.21 0.52
HSL 328.36º 0.29% 0.37% -
HSV(B) 328.36º 0.45% 0.48% -
XYZ 12.14 9 12.16 -
YUV 86.75 133.22 153.14 -
System Red Green Blue C M Y K H S L
Decimal 122 67 96 0 0.45 0.21 0.52 328.36 0.29 0.37
Hex 7A 43 60 0 2D 15 34 148 1D 25
Octal 172 103 140 0 55 25 64 510 35 45
Binary 1111010 1000011 1100000 0 101101 10101 110100 101001000 11101 100101

Color Harmonies of #7A4360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A4360

Black with #7A4360

Text Example


Text Example

White with #7A4360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,67,96); }

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

background-color css

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

 a { background-color: rgb(122,67,96); }

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

border-color css

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

 span { border-color: rgb(122,67,96); }

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