Html Css Color HEX #7A3E57 Cosmic

📋 copy color: '#7A3E57'

red 122 ◦ green 62 ◦ blue 87

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

Shades of Cosmic #7A3E57

Tints of Cosmic #7A3E57

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.88%

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

R = 45.02%
G = 22.88%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.29

 K value IS 0.52

RGB Variations

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

Color information

#7A3E57 (or 0x7A3E57) is known color: Cosmic. HEX triplet: 7A, 3E and 57. RGB value is (122,62,87). Sum of RGB (Red+Green+Blue) = 122+62+87=271 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.02% from 271); Green value is 62 (24.61% from 255 or 22.88% from 271); Blue value is 87 (34.38% from 255 or 32.10% from 271); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3E57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3E57 is #85C1A8. Grayscale: #525252. Windows color (decimal): -8765865 or 5717626. OLE color: 5717626.

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

Color convert

RGB 122 62 87 -
CMYK 0 0.49 0.29 0.52
HSL 335º 0.33% 0.36% -
HSV(B) 335º 0.49% 0.48% -
XYZ 11.47 8.27 10.01 -
YUV 82.79 130.38 155.97 -
System Red Green Blue C M Y K H S L
Decimal 122 62 87 0 0.49 0.29 0.52 335 0.33 0.36
Hex 7A 3E 57 0 31 1D 34 14F 21 24
Octal 172 76 127 0 61 35 64 517 41 44
Binary 1111010 111110 1010111 0 110001 11101 110100 101001111 100001 100100

Color Harmonies of #7A3E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A3E57

Black with #7A3E57

Text Example


Text Example

White with #7A3E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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