Html Css Color HEX #7A5668 Cosmic

📋 copy color: '#7A5668'

red 122 ◦ green 86 ◦ blue 104

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

Shades of Cosmic #7A5668

Tints of Cosmic #7A5668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.33%

R = 39.1%
G = 27.56%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.15

 K value IS 0.52

RGB Variations

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

Color information

#7A5668 (or 0x7A5668) is known color: Cosmic. HEX triplet: 7A, 56 and 68. RGB value is (122,86,104). Sum of RGB (Red+Green+Blue) = 122+86+104=312 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.10% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5668 is #85A997. Grayscale: #626262. Windows color (decimal): -8759704 or 6837882. OLE color: 6837882.

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

Color convert

RGB 122 86 104 -
CMYK 0 0.30 0.15 0.52
HSL 330º 0.17% 0.41% -
HSV(B) 330º 0.3% 0.48% -
XYZ 13.85 11.79 14.64 -
YUV 98.82 130.93 144.54 -
System Red Green Blue C M Y K H S L
Decimal 122 86 104 0 0.30 0.15 0.52 330 0.17 0.41
Hex 7A 56 68 0 1E F 34 14A 11 29
Octal 172 126 150 0 36 17 64 512 21 51
Binary 1111010 1010110 1101000 0 11110 1111 110100 101001010 10001 101001

Color Harmonies of #7A5668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5668

Black with #7A5668

Text Example


Text Example

White with #7A5668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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