Html Css Color HEX #7A4957 Cosmic

📋 copy color: '#7A4957'

red 122 ◦ green 73 ◦ blue 87

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

Shades of Cosmic #7A4957

Tints of Cosmic #7A4957

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.89%

 BLUE value IS 87 (34.38% from 255) = 30.85%

R = 43.26%
G = 25.89%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.29

 K value IS 0.52

RGB Variations

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

Color information

#7A4957 (or 0x7A4957) is known color: Cosmic. HEX triplet: 7A, 49 and 57. RGB value is (122,73,87). Sum of RGB (Red+Green+Blue) = 122+73+87=282 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.26% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 87 (34.38% from 255 or 30.85% from 282); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4957 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4957 is #85B6A8. Grayscale: #595959. Windows color (decimal): -8763049 or 5720442. OLE color: 5720442.

HSL color Cylindrical-coordinate representation of color #7A4957: hue angle of 342.86º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A4957 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 73 87 -
CMYK 0 0.40 0.29 0.52
HSL 342.86º 0.25% 0.38% -
HSV(B) 342.86º 0.4% 0.48% -
XYZ 12.13 9.59 10.23 -
YUV 89.25 126.73 151.36 -
System Red Green Blue C M Y K H S L
Decimal 122 73 87 0 0.40 0.29 0.52 342.86 0.25 0.38
Hex 7A 49 57 0 28 1D 34 157 19 26
Octal 172 111 127 0 50 35 64 527 31 46
Binary 1111010 1001001 1010111 0 101000 11101 110100 101010111 11001 100110

Color Harmonies of #7A4957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A4957

Black with #7A4957

Text Example


Text Example

White with #7A4957

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,73,87); }

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

background-color css

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

 a { background-color: rgb(122,73,87); }

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

border-color css

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

 span { border-color: rgb(122,73,87); }

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