Html Css Color HEX #7A576C Cosmic

📋 copy color: '#7A576C'

red 122 ◦ green 87 ◦ blue 108

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

Shades of Cosmic #7A576C

Tints of Cosmic #7A576C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.44%

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

R = 38.49%
G = 27.44%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#7A576C (or 0x7A576C) is known color: Cosmic. HEX triplet: 7A, 57 and 6C. RGB value is (122,87,108). Sum of RGB (Red+Green+Blue) = 122+87+108=317 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.49% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 122 - color contains mainly: red. Hex color #7A576C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A576C is #85A893. Grayscale: #636363. Windows color (decimal): -8759444 or 7100282. OLE color: 7100282.

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

Color convert

RGB 122 87 108 -
CMYK 0 0.29 0.11 0.52
HSL 324º 0.17% 0.41% -
HSV(B) 324º 0.29% 0.48% -
XYZ 14.14 12.04 15.77 -
YUV 99.86 132.6 143.79 -
System Red Green Blue C M Y K H S L
Decimal 122 87 108 0 0.29 0.11 0.52 324 0.17 0.41
Hex 7A 57 6C 0 1D B 34 144 11 29
Octal 172 127 154 0 35 13 64 504 21 51
Binary 1111010 1010111 1101100 0 11101 1011 110100 101000100 10001 101001

Color Harmonies of #7A576C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A576C

Black with #7A576C

Text Example


Text Example

White with #7A576C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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