Html Css Color HEX #7A5C6D Cosmic

📋 copy color: '#7A5C6D'

red 122 ◦ green 92 ◦ blue 109

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

Shades of Cosmic #7A5C6D

Tints of Cosmic #7A5C6D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.48%

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

R = 37.77%
G = 28.48%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#7A5C6D (or 0x7A5C6D) is known color: Cosmic. HEX triplet: 7A, 5C and 6D. RGB value is (122,92,109). Sum of RGB (Red+Green+Blue) = 122+92+109=323 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.77% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5C6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5C6D is #85A392. Grayscale: #666666. Windows color (decimal): -8758163 or 7167098. OLE color: 7167098.

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

Color convert

RGB 122 92 109 -
CMYK 0 0.25 0.11 0.52
HSL 326º 0.14% 0.42% -
HSV(B) 326º 0.25% 0.48% -
XYZ 14.61 12.9 16.19 -
YUV 102.91 131.44 141.62 -
System Red Green Blue C M Y K H S L
Decimal 122 92 109 0 0.25 0.11 0.52 326 0.14 0.42
Hex 7A 5C 6D 0 19 B 34 146 E 2A
Octal 172 134 155 0 31 13 64 506 16 52
Binary 1111010 1011100 1101101 0 11001 1011 110100 101000110 1110 101010

Color Harmonies of #7A5C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5C6D

Black with #7A5C6D

Text Example


Text Example

White with #7A5C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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