Html Css Color HEX #7A566D Cosmic

📋 copy color: '#7A566D'

red 122 ◦ green 86 ◦ blue 109

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

Shades of Cosmic #7A566D

Tints of Cosmic #7A566D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.13%

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

R = 38.49%
G = 27.13%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#7A566D (or 0x7A566D) is known color: Cosmic. HEX triplet: 7A, 56 and 6D. RGB value is (122,86,109). Sum of RGB (Red+Green+Blue) = 122+86+109=317 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.49% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 122 - color contains mainly: red. Hex color #7A566D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A566D is #85A992. Grayscale: #636363. Windows color (decimal): -8759699 or 7165562. OLE color: 7165562.

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

Color convert

RGB 122 86 109 -
CMYK 0 0.30 0.11 0.52
HSL 321.67º 0.17% 0.41% -
HSV(B) 321.67º 0.3% 0.48% -
XYZ 14.11 11.9 16.02 -
YUV 99.39 133.43 144.13 -
System Red Green Blue C M Y K H S L
Decimal 122 86 109 0 0.30 0.11 0.52 321.67 0.17 0.41
Hex 7A 56 6D 0 1E B 34 142 11 29
Octal 172 126 155 0 36 13 64 502 21 51
Binary 1111010 1010110 1101101 0 11110 1011 110100 101000010 10001 101001

Color Harmonies of #7A566D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A566D

Black with #7A566D

Text Example


Text Example

White with #7A566D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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