Html Css Color HEX #7A516E Cosmic

📋 copy color: '#7A516E'

red 122 ◦ green 81 ◦ blue 110

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

Shades of Cosmic #7A516E

Tints of Cosmic #7A516E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.88%

 BLUE value IS 110 (43.36% from 255) = 35.14%

R = 38.98%
G = 25.88%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.10

 K value IS 0.52

RGB Variations

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

Color information

#7A516E (or 0x7A516E) is known color: Cosmic. HEX triplet: 7A, 51 and 6E. RGB value is (122,81,110). Sum of RGB (Red+Green+Blue) = 122+81+110=313 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.98% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 122 - color contains mainly: red. Hex color #7A516E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A516E is #85AE91. Grayscale: #606060. Windows color (decimal): -8760978 or 7229818. OLE color: 7229818.

HSL color Cylindrical-coordinate representation of color #7A516E: hue angle of 317.56º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7A516E is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 81 110 -
CMYK 0 0.34 0.10 0.52
HSL 317.56º 0.2% 0.4% -
HSV(B) 317.56º 0.34% 0.48% -
XYZ 13.78 11.15 16.18 -
YUV 96.57 135.58 146.14 -
System Red Green Blue C M Y K H S L
Decimal 122 81 110 0 0.34 0.10 0.52 317.56 0.2 0.4
Hex 7A 51 6E 0 22 A 34 13E 14 28
Octal 172 121 156 0 42 12 64 476 24 50
Binary 1111010 1010001 1101110 0 100010 1010 110100 100111110 10100 101000

Color Harmonies of #7A516E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A516E

Black with #7A516E

Text Example


Text Example

White with #7A516E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,81,110); }

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

background-color css

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

 a { background-color: rgb(122,81,110); }

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

border-color css

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

 span { border-color: rgb(122,81,110); }

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