Html Css Color HEX #7A4D6B Cosmic

📋 copy color: '#7A4D6B'

red 122 ◦ green 77 ◦ blue 107

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

Shades of Cosmic #7A4D6B

Tints of Cosmic #7A4D6B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.16%

 BLUE value IS 107 (42.19% from 255) = 34.97%

R = 39.87%
G = 25.16%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.52

RGB Variations

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

Color information

#7A4D6B (or 0x7A4D6B) is known color: Cosmic. HEX triplet: 7A, 4D and 6B. RGB value is (122,77,107). Sum of RGB (Red+Green+Blue) = 122+77+107=306 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.87% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 107 (42.19% from 255 or 34.97% from 306); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A4D6B is #85B294. Grayscale: #5D5D5D. Windows color (decimal): -8762005 or 7032186. OLE color: 7032186.

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

Color convert

RGB 122 77 107 -
CMYK 0 0.37 0.12 0.52
HSL 320º 0.23% 0.39% -
HSV(B) 320º 0.37% 0.48% -
XYZ 13.33 10.51 15.24 -
YUV 93.88 135.41 148.06 -
System Red Green Blue C M Y K H S L
Decimal 122 77 107 0 0.37 0.12 0.52 320 0.23 0.39
Hex 7A 4D 6B 0 25 C 34 140 17 27
Octal 172 115 153 0 45 14 64 500 27 47
Binary 1111010 1001101 1101011 0 100101 1100 110100 101000000 10111 100111

Color Harmonies of #7A4D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A4D6B

Black with #7A4D6B

Text Example


Text Example

White with #7A4D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,77,107); }

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

background-color css

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

 a { background-color: rgb(122,77,107); }

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

border-color css

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

 span { border-color: rgb(122,77,107); }

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