Html Css Color HEX #7A486D Cosmic

📋 copy color: '#7A486D'

red 122 ◦ green 72 ◦ blue 109

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

Shades of Cosmic #7A486D

Tints of Cosmic #7A486D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.76%

 BLUE value IS 109 (42.97% from 255) = 35.97%

R = 40.26%
G = 23.76%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#7A486D (or 0x7A486D) is known color: Cosmic. HEX triplet: 7A, 48 and 6D. RGB value is (122,72,109). Sum of RGB (Red+Green+Blue) = 122+72+109=303 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.26% from 303); Green value is 72 (28.52% from 255 or 23.76% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 122 - color contains mainly: red. Hex color #7A486D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A486D is #85B792. Grayscale: #5B5B5B. Windows color (decimal): -8763283 or 7161978. OLE color: 7161978.

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

Color convert

RGB 122 72 109 -
CMYK 0 0.41 0.11 0.52
HSL 315.6º 0.26% 0.38% -
HSV(B) 315.6º 0.41% 0.48% -
XYZ 13.1 9.88 15.68 -
YUV 91.17 138.07 149.99 -
System Red Green Blue C M Y K H S L
Decimal 122 72 109 0 0.41 0.11 0.52 315.6 0.26 0.38
Hex 7A 48 6D 0 29 B 34 13C 1A 26
Octal 172 110 155 0 51 13 64 474 32 46
Binary 1111010 1001000 1101101 0 101001 1011 110100 100111100 11010 100110

Color Harmonies of #7A486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A486D

Black with #7A486D

Text Example


Text Example

White with #7A486D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,72,109); }

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

background-color css

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

 a { background-color: rgb(122,72,109); }

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

border-color css

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

 span { border-color: rgb(122,72,109); }

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