Html Css Color HEX #7A5968 Cosmic

📋 copy color: '#7A5968'

red 122 ◦ green 89 ◦ blue 104

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

Shades of Cosmic #7A5968

Tints of Cosmic #7A5968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.02%

R = 38.73%
G = 28.25%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.15

 K value IS 0.52

RGB Variations

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

Color information

#7A5968 (or 0x7A5968) is known color: Cosmic. HEX triplet: 7A, 59 and 68. RGB value is (122,89,104). Sum of RGB (Red+Green+Blue) = 122+89+104=315 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.73% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5968 is #85A697. Grayscale: #646464. Windows color (decimal): -8758936 or 6838650. OLE color: 6838650.

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

Color convert

RGB 122 89 104 -
CMYK 0 0.27 0.15 0.52
HSL 332.73º 0.16% 0.41% -
HSV(B) 332.73º 0.27% 0.48% -
XYZ 14.1 12.28 14.72 -
YUV 100.58 129.93 143.28 -
System Red Green Blue C M Y K H S L
Decimal 122 89 104 0 0.27 0.15 0.52 332.73 0.16 0.41
Hex 7A 59 68 0 1B F 34 14D 10 29
Octal 172 131 150 0 33 17 64 515 20 51
Binary 1111010 1011001 1101000 0 11011 1111 110100 101001101 10000 101001

Color Harmonies of #7A5968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5968

Black with #7A5968

Text Example


Text Example

White with #7A5968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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