Html Css Color HEX #7A5461 Cosmic

📋 copy color: '#7A5461'

red 122 ◦ green 84 ◦ blue 97

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

Shades of Cosmic #7A5461

Tints of Cosmic #7A5461

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.72%

 BLUE value IS 97 (38.28% from 255) = 32.01%

R = 40.26%
G = 27.72%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.20

 K value IS 0.52

RGB Variations

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

Color information

#7A5461 (or 0x7A5461) is known color: Cosmic. HEX triplet: 7A, 54 and 61. RGB value is (122,84,97). Sum of RGB (Red+Green+Blue) = 122+84+97=303 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.26% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 97 (38.28% from 255 or 32.01% from 303); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5461 is #85AB9E. Grayscale: #606060. Windows color (decimal): -8760223 or 6378618. OLE color: 6378618.

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

Color convert

RGB 122 84 97 -
CMYK 0 0.31 0.20 0.52
HSL 339.47º 0.18% 0.4% -
HSV(B) 339.47º 0.31% 0.48% -
XYZ 13.35 11.34 12.79 -
YUV 96.84 128.09 145.94 -
System Red Green Blue C M Y K H S L
Decimal 122 84 97 0 0.31 0.20 0.52 339.47 0.18 0.4
Hex 7A 54 61 0 1F 14 34 153 12 28
Octal 172 124 141 0 37 24 64 523 22 50
Binary 1111010 1010100 1100001 0 11111 10100 110100 101010011 10010 101000

Color Harmonies of #7A5461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5461

Black with #7A5461

Text Example


Text Example

White with #7A5461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,84,97); }

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

background-color css

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

 a { background-color: rgb(122,84,97); }

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

border-color css

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

 span { border-color: rgb(122,84,97); }

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