Html Css Color HEX #7A4565 Cosmic

📋 copy color: '#7A4565'

red 122 ◦ green 69 ◦ blue 101

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

Shades of Cosmic #7A4565

Tints of Cosmic #7A4565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.59%

R = 41.78%
G = 23.63%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.17

 K value IS 0.52

RGB Variations

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

Color information

#7A4565 (or 0x7A4565) is known color: Cosmic. HEX triplet: 7A, 45 and 65. RGB value is (122,69,101). Sum of RGB (Red+Green+Blue) = 122+69+101=292 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.78% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4565 is #85BA9A. Grayscale: #585858. Windows color (decimal): -8764059 or 6636922. OLE color: 6636922.

HSL color Cylindrical-coordinate representation of color #7A4565: hue angle of 323.77º 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 #7A4565 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 69 101 -
CMYK 0 0.43 0.17 0.52
HSL 323.77º 0.28% 0.37% -
HSV(B) 323.77º 0.43% 0.48% -
XYZ 12.5 9.33 13.45 -
YUV 88.5 135.06 151.9 -
System Red Green Blue C M Y K H S L
Decimal 122 69 101 0 0.43 0.17 0.52 323.77 0.28 0.37
Hex 7A 45 65 0 2B 11 34 144 1C 25
Octal 172 105 145 0 53 21 64 504 34 45
Binary 1111010 1000101 1100101 0 101011 10001 110100 101000100 11100 100101

Color Harmonies of #7A4565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A4565

Black with #7A4565

Text Example


Text Example

White with #7A4565

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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