Html Css Color HEX #7A586C Cosmic

📋 copy color: '#7A586C'

red 122 ◦ green 88 ◦ blue 108

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

Shades of Cosmic #7A586C

Tints of Cosmic #7A586C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.96%

R = 38.36%
G = 27.67%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#7A586C (or 0x7A586C) is known color: Cosmic. HEX triplet: 7A, 58 and 6C. RGB value is (122,88,108). Sum of RGB (Red+Green+Blue) = 122+88+108=318 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.36% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 122 - color contains mainly: red. Hex color #7A586C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A586C is #85A793. Grayscale: #646464. Windows color (decimal): -8759188 or 7100538. OLE color: 7100538.

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

Color convert

RGB 122 88 108 -
CMYK 0 0.28 0.11 0.52
HSL 324.71º 0.16% 0.41% -
HSV(B) 324.71º 0.28% 0.48% -
XYZ 14.22 12.2 15.79 -
YUV 100.45 132.26 143.37 -
System Red Green Blue C M Y K H S L
Decimal 122 88 108 0 0.28 0.11 0.52 324.71 0.16 0.41
Hex 7A 58 6C 0 1C B 34 145 10 29
Octal 172 130 154 0 34 13 64 505 20 51
Binary 1111010 1011000 1101100 0 11100 1011 110100 101000101 10000 101001

Color Harmonies of #7A586C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A586C

Black with #7A586C

Text Example


Text Example

White with #7A586C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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