Html Css Color HEX #7A3D61 Cosmic

📋 copy color: '#7A3D61'

red 122 ◦ green 61 ◦ blue 97

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

Shades of Cosmic #7A3D61

Tints of Cosmic #7A3D61

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.79%

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

R = 43.57%
G = 21.79%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.20

 K value IS 0.52

RGB Variations

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

Color information

#7A3D61 (or 0x7A3D61) is known color: Cosmic. HEX triplet: 7A, 3D and 61. RGB value is (122,61,97). Sum of RGB (Red+Green+Blue) = 122+61+97=280 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.57% from 280); Green value is 61 (24.22% from 255 or 21.79% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3D61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3D61 is #85C29E. Grayscale: #535353. Windows color (decimal): -8766111 or 6372730. OLE color: 6372730.

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

Color convert

RGB 122 61 97 -
CMYK 0 0.50 0.20 0.52
HSL 324.59º 0.33% 0.36% -
HSV(B) 324.59º 0.5% 0.48% -
XYZ 11.85 8.34 12.29 -
YUV 83.34 135.71 155.57 -
System Red Green Blue C M Y K H S L
Decimal 122 61 97 0 0.50 0.20 0.52 324.59 0.33 0.36
Hex 7A 3D 61 0 32 14 34 145 21 24
Octal 172 75 141 0 62 24 64 505 41 44
Binary 1111010 111101 1100001 0 110010 10100 110100 101000101 100001 100100

Color Harmonies of #7A3D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A3D61

Black with #7A3D61

Text Example


Text Example

White with #7A3D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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