Html Css Color HEX #7A5064 Cosmic

📋 copy color: '#7A5064'

red 122 ◦ green 80 ◦ blue 100

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

Shades of Cosmic #7A5064

Tints of Cosmic #7A5064

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.49%

 BLUE value IS 100 (39.45% from 255) = 33.11%

R = 40.4%
G = 26.49%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.18

 K value IS 0.52

RGB Variations

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

Color information

#7A5064 (or 0x7A5064) is known color: Cosmic. HEX triplet: 7A, 50 and 64. RGB value is (122,80,100). Sum of RGB (Red+Green+Blue) = 122+80+100=302 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.40% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5064 is #85AF9B. Grayscale: #5E5E5E. Windows color (decimal): -8761244 or 6574202. OLE color: 6574202.

HSL color Cylindrical-coordinate representation of color #7A5064: hue angle of 331.43º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7A5064 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 80 100 -
CMYK 0 0.34 0.18 0.52
HSL 331.43º 0.21% 0.4% -
HSV(B) 331.43º 0.34% 0.48% -
XYZ 13.19 10.8 13.44 -
YUV 94.84 130.91 147.37 -
System Red Green Blue C M Y K H S L
Decimal 122 80 100 0 0.34 0.18 0.52 331.43 0.21 0.4
Hex 7A 50 64 0 22 12 34 14B 15 28
Octal 172 120 144 0 42 22 64 513 25 50
Binary 1111010 1010000 1100100 0 100010 10010 110100 101001011 10101 101000

Color Harmonies of #7A5064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5064

Black with #7A5064

Text Example


Text Example

White with #7A5064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,80,100); }

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

background-color css

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

 a { background-color: rgb(122,80,100); }

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

border-color css

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

 span { border-color: rgb(122,80,100); }

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