Html Css Color HEX #7A5B6D Cosmic

📋 copy color: '#7A5B6D'

red 122 ◦ green 91 ◦ blue 109

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

Shades of Cosmic #7A5B6D

Tints of Cosmic #7A5B6D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.26%

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

R = 37.89%
G = 28.26%
B = 33.85%

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

#7A5B6D (or 0x7A5B6D) is known color: Cosmic. HEX triplet: 7A, 5B and 6D. RGB value is (122,91,109). Sum of RGB (Red+Green+Blue) = 122+91+109=322 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.89% from 322); Green value is 91 (35.94% from 255 or 28.26% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5B6D is #85A492. Grayscale: #666666. Windows color (decimal): -8758419 or 7166842. OLE color: 7166842.

HSL color Cylindrical-coordinate representation of color #7A5B6D: hue angle of 325.16º degrees, saturation: 0.15, 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 #7A5B6D is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 91 109 -
CMYK 0 0.25 0.11 0.52
HSL 325.16º 0.15% 0.42% -
HSV(B) 325.16º 0.25% 0.48% -
XYZ 14.53 12.72 16.16 -
YUV 102.32 131.77 142.04 -
System Red Green Blue C M Y K H S L
Decimal 122 91 109 0 0.25 0.11 0.52 325.16 0.15 0.42
Hex 7A 5B 6D 0 19 B 34 145 F 2A
Octal 172 133 155 0 31 13 64 505 17 52
Binary 1111010 1011011 1101101 0 11001 1011 110100 101000101 1111 101010

Color Harmonies of #7A5B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5B6D

Black with #7A5B6D

Text Example


Text Example

White with #7A5B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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