Html Css Color HEX #7A505F Cosmic

📋 copy color: '#7A505F'

red 122 ◦ green 80 ◦ blue 95

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

Shades of Cosmic #7A505F

Tints of Cosmic #7A505F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.99%

R = 41.08%
G = 26.94%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.22

 K value IS 0.52

RGB Variations

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

Color information

#7A505F (or 0x7A505F) is known color: Cosmic. HEX triplet: 7A, 50 and 5F. RGB value is (122,80,95). Sum of RGB (Red+Green+Blue) = 122+80+95=297 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.08% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 122 - color contains mainly: red. Hex color #7A505F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A505F is #85AFA0. Grayscale: #5E5E5E. Windows color (decimal): -8761249 or 6246522. OLE color: 6246522.

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

Color convert

RGB 122 80 95 -
CMYK 0 0.34 0.22 0.52
HSL 338.57º 0.21% 0.4% -
HSV(B) 338.57º 0.34% 0.48% -
XYZ 12.96 10.7 12.21 -
YUV 94.27 128.41 147.78 -
System Red Green Blue C M Y K H S L
Decimal 122 80 95 0 0.34 0.22 0.52 338.57 0.21 0.4
Hex 7A 50 5F 0 22 16 34 153 15 28
Octal 172 120 137 0 42 26 64 523 25 50
Binary 1111010 1010000 1011111 0 100010 10110 110100 101010011 10101 101000

Color Harmonies of #7A505F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A505F

Black with #7A505F

Text Example


Text Example

White with #7A505F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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