Html Css Color HEX #7A465F Cosmic

📋 copy color: '#7A465F'

red 122 ◦ green 70 ◦ blue 95

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

Shades of Cosmic #7A465F

Tints of Cosmic #7A465F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.39%

 BLUE value IS 95 (37.5% from 255) = 33.1%

R = 42.51%
G = 24.39%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.52

RGB Variations

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

Color information

#7A465F (or 0x7A465F) is known color: Cosmic. HEX triplet: 7A, 46 and 5F. RGB value is (122,70,95). Sum of RGB (Red+Green+Blue) = 122+70+95=287 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.51% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 122 - color contains mainly: red. Hex color #7A465F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A465F is #85B9A0. Grayscale: #585858. Windows color (decimal): -8763809 or 6243962. OLE color: 6243962.

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

Color convert

RGB 122 70 95 -
CMYK 0 0.43 0.22 0.52
HSL 331.15º 0.27% 0.38% -
HSV(B) 331.15º 0.43% 0.48% -
XYZ 12.28 9.34 11.98 -
YUV 88.4 131.73 151.97 -
System Red Green Blue C M Y K H S L
Decimal 122 70 95 0 0.43 0.22 0.52 331.15 0.27 0.38
Hex 7A 46 5F 0 2B 16 34 14B 1B 26
Octal 172 106 137 0 53 26 64 513 33 46
Binary 1111010 1000110 1011111 0 101011 10110 110100 101001011 11011 100110

Color Harmonies of #7A465F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A465F

Black with #7A465F

Text Example


Text Example

White with #7A465F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,70,95); }

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

background-color css

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

 a { background-color: rgb(122,70,95); }

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

border-color css

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

 span { border-color: rgb(122,70,95); }

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