Html Css Color HEX #73465A Cosmic

📋 copy color: '#73465A'

red 115 ◦ green 70 ◦ blue 90

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

Shades of Cosmic #73465A

Tints of Cosmic #73465A

RGB

 RED value IS 115 (45.31% from 255) = 41.82%

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

 BLUE value IS 90 (35.55% from 255) = 32.73%

R = 41.82%
G = 25.45%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#73465A (or 0x73465A) is known color: Cosmic. HEX triplet: 73, 46 and 5A. RGB value is (115,70,90). Sum of RGB (Red+Green+Blue) = 115+70+90=275 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.82% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 115 - color contains mainly: red. Hex color #73465A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73465A is #8CB9A5. Grayscale: #555555. Windows color (decimal): -9222566 or 5916275. OLE color: 5916275.

HSL color Cylindrical-coordinate representation of color #73465A: hue angle of 333.33º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73465A is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 70 90 -
CMYK 0 0.39 0.22 0.55
HSL 333.33º 0.24% 0.36% -
HSV(B) 333.33º 0.39% 0.45% -
XYZ 11.11 8.76 10.78 -
YUV 85.74 130.41 148.87 -
System Red Green Blue C M Y K H S L
Decimal 115 70 90 0 0.39 0.22 0.55 333.33 0.24 0.36
Hex 73 46 5A 0 27 16 37 14D 18 24
Octal 163 106 132 0 47 26 67 515 30 44
Binary 1110011 1000110 1011010 0 100111 10110 110111 101001101 11000 100100

Color Harmonies of #73465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73465A

Black with #73465A

Text Example


Text Example

White with #73465A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73465A; }

 p { color: rgb(115,70,90); }

 H1.HeaderClassName
 {
   color: #73465A;
 }
 .AnyTagClassName
 {
   color: #73465A;
 }
</style>

background-color css

<style>
 a { background-color: #73465A; }

 a { background-color: rgb(115,70,90); }

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

border-color css

<style>
 span { border-color: #73465A; }

 span { border-color: rgb(115,70,90); }

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