Html Css Color HEX #7A406C Cosmic

📋 copy color: '#7A406C'

red 122 ◦ green 64 ◦ blue 108

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

Shades of Cosmic #7A406C

Tints of Cosmic #7A406C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.77%

 BLUE value IS 108 (42.58% from 255) = 36.73%

R = 41.5%
G = 21.77%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#7A406C (or 0x7A406C) is known color: Cosmic. HEX triplet: 7A, 40 and 6C. RGB value is (122,64,108). Sum of RGB (Red+Green+Blue) = 122+64+108=294 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.50% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 122 - color contains mainly: red. Hex color #7A406C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A406C is #85BF93. Grayscale: #565656. Windows color (decimal): -8765332 or 7094394. OLE color: 7094394.

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

Color convert

RGB 122 64 108 -
CMYK 0 0.48 0.11 0.52
HSL 314.48º 0.31% 0.36% -
HSV(B) 314.48º 0.48% 0.48% -
XYZ 12.57 8.89 15.24 -
YUV 86.36 140.22 153.42 -
System Red Green Blue C M Y K H S L
Decimal 122 64 108 0 0.48 0.11 0.52 314.48 0.31 0.36
Hex 7A 40 6C 0 30 B 34 13A 1F 24
Octal 172 100 154 0 60 13 64 472 37 44
Binary 1111010 1000000 1101100 0 110000 1011 110100 100111010 11111 100100

Color Harmonies of #7A406C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A406C

Black with #7A406C

Text Example


Text Example

White with #7A406C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,64,108); }

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

background-color css

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

 a { background-color: rgb(122,64,108); }

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

border-color css

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

 span { border-color: rgb(122,64,108); }

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