Html Css Color HEX #7A5864 Cosmic

📋 copy color: '#7A5864'

red 122 ◦ green 88 ◦ blue 100

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

Shades of Cosmic #7A5864

Tints of Cosmic #7A5864

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.39%

 BLUE value IS 100 (39.45% from 255) = 32.26%

R = 39.35%
G = 28.39%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.52

RGB Variations

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

Color information

#7A5864 (or 0x7A5864) is known color: Cosmic. HEX triplet: 7A, 58 and 64. RGB value is (122,88,100). Sum of RGB (Red+Green+Blue) = 122+88+100=310 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.35% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5864 is #85A79B. Grayscale: #636363. Windows color (decimal): -8759196 or 6576250. OLE color: 6576250.

HSL color Cylindrical-coordinate representation of color #7A5864: hue angle of 338.82º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7A5864 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 88 100 -
CMYK 0 0.28 0.18 0.52
HSL 338.82º 0.16% 0.41% -
HSV(B) 338.82º 0.28% 0.48% -
XYZ 13.82 12.04 13.65 -
YUV 99.53 128.26 144.02 -
System Red Green Blue C M Y K H S L
Decimal 122 88 100 0 0.28 0.18 0.52 338.82 0.16 0.41
Hex 7A 58 64 0 1C 12 34 153 10 29
Octal 172 130 144 0 34 22 64 523 20 51
Binary 1111010 1011000 1100100 0 11100 10010 110100 101010011 10000 101001

Color Harmonies of #7A5864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5864

Black with #7A5864

Text Example


Text Example

White with #7A5864

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,88,100); }

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

background-color css

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

 a { background-color: rgb(122,88,100); }

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

border-color css

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

 span { border-color: rgb(122,88,100); }

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