Html Css Color HEX #7A5866 Cosmic

📋 copy color: '#7A5866'

red 122 ◦ green 88 ◦ blue 102

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

Shades of Cosmic #7A5866

Tints of Cosmic #7A5866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 32.69%

R = 39.1%
G = 28.21%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.16

 K value IS 0.52

RGB Variations

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

Color information

#7A5866 (or 0x7A5866) is known color: Cosmic. HEX triplet: 7A, 58 and 66. RGB value is (122,88,102). Sum of RGB (Red+Green+Blue) = 122+88+102=312 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.10% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 102 (40.23% from 255 or 32.69% from 312); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5866 is #85A799. Grayscale: #636363. Windows color (decimal): -8759194 or 6707322. OLE color: 6707322.

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

Color convert

RGB 122 88 102 -
CMYK 0 0.28 0.16 0.52
HSL 335.29º 0.16% 0.41% -
HSV(B) 335.29º 0.28% 0.48% -
XYZ 13.91 12.08 14.17 -
YUV 99.76 129.26 143.86 -
System Red Green Blue C M Y K H S L
Decimal 122 88 102 0 0.28 0.16 0.52 335.29 0.16 0.41
Hex 7A 58 66 0 1C 10 34 14F 10 29
Octal 172 130 146 0 34 20 64 517 20 51
Binary 1111010 1011000 1100110 0 11100 10000 110100 101001111 10000 101001

Color Harmonies of #7A5866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5866

Black with #7A5866

Text Example


Text Example

White with #7A5866

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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