Html Css Color HEX #7A4557 Cosmic

📋 copy color: '#7A4557'

red 122 ◦ green 69 ◦ blue 87

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

Shades of Cosmic #7A4557

Tints of Cosmic #7A4557

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.82%

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

R = 43.88%
G = 24.82%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.52

RGB Variations

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

Color information

#7A4557 (or 0x7A4557) is known color: Cosmic. HEX triplet: 7A, 45 and 57. RGB value is (122,69,87). Sum of RGB (Red+Green+Blue) = 122+69+87=278 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.88% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 87 (34.38% from 255 or 31.29% from 278); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4557 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4557 is #85BAA8. Grayscale: #565656. Windows color (decimal): -8764073 or 5719418. OLE color: 5719418.

HSL color Cylindrical-coordinate representation of color #7A4557: hue angle of 339.62º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7A4557 is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 69 87 -
CMYK 0 0.43 0.29 0.52
HSL 339.62º 0.28% 0.37% -
HSV(B) 339.62º 0.43% 0.48% -
XYZ 11.87 9.08 10.14 -
YUV 86.9 128.06 153.04 -
System Red Green Blue C M Y K H S L
Decimal 122 69 87 0 0.43 0.29 0.52 339.62 0.28 0.37
Hex 7A 45 57 0 2B 1D 34 154 1C 25
Octal 172 105 127 0 53 35 64 524 34 45
Binary 1111010 1000101 1010111 0 101011 11101 110100 101010100 11100 100101

Color Harmonies of #7A4557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A4557

Black with #7A4557

Text Example


Text Example

White with #7A4557

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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