Html Css Color HEX #7A5963 Cosmic

📋 copy color: '#7A5963'

red 122 ◦ green 89 ◦ blue 99

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

Shades of Cosmic #7A5963

Tints of Cosmic #7A5963

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.71%

 BLUE value IS 99 (39.06% from 255) = 31.94%

R = 39.35%
G = 28.71%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.52

RGB Variations

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

Color information

#7A5963 (or 0x7A5963) is known color: Cosmic. HEX triplet: 7A, 59 and 63. RGB value is (122,89,99). Sum of RGB (Red+Green+Blue) = 122+89+99=310 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.35% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5963 is #85A69C. Grayscale: #646464. Windows color (decimal): -8758941 or 6510970. OLE color: 6510970.

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

Color convert

RGB 122 89 99 -
CMYK 0 0.27 0.19 0.52
HSL 341.82º 0.16% 0.41% -
HSV(B) 341.82º 0.27% 0.48% -
XYZ 13.85 12.18 13.43 -
YUV 100.01 127.43 143.69 -
System Red Green Blue C M Y K H S L
Decimal 122 89 99 0 0.27 0.19 0.52 341.82 0.16 0.41
Hex 7A 59 63 0 1B 13 34 156 10 29
Octal 172 131 143 0 33 23 64 526 20 51
Binary 1111010 1011001 1100011 0 11011 10011 110100 101010110 10000 101001

Color Harmonies of #7A5963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5963

Black with #7A5963

Text Example


Text Example

White with #7A5963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,89,99); }

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

background-color css

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

 a { background-color: rgb(122,89,99); }

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

border-color css

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

 span { border-color: rgb(122,89,99); }

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