Html Css Color HEX #78485D Cosmic

📋 copy color: '#78485D'

red 120 ◦ green 72 ◦ blue 93

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

Shades of Cosmic #78485D

Tints of Cosmic #78485D

RGB

 RED value IS 120 (47.27% from 255) = 42.11%

 GREEN value IS 72 (28.52% from 255) = 25.26%

 BLUE value IS 93 (36.72% from 255) = 32.63%

R = 42.11%
G = 25.26%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#78485D (or 0x78485D) is known color: Cosmic. HEX triplet: 78, 48 and 5D. RGB value is (120,72,93). Sum of RGB (Red+Green+Blue) = 120+72+93=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 120 - color contains mainly: red. Hex color #78485D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78485D is #87B7A2. Grayscale: #585858. Windows color (decimal): -8894371 or 6113400. OLE color: 6113400.

HSL color Cylindrical-coordinate representation of color #78485D: hue angle of 333.75º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #78485D is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 72 93 -
CMYK 0 0.40 0.22 0.53
HSL 333.75º 0.25% 0.38% -
HSV(B) 333.75º 0.4% 0.47% -
XYZ 12.04 9.42 11.54 -
YUV 88.75 130.4 150.29 -
System Red Green Blue C M Y K H S L
Decimal 120 72 93 0 0.40 0.22 0.53 333.75 0.25 0.38
Hex 78 48 5D 0 28 16 35 14E 19 26
Octal 170 110 135 0 50 26 65 516 31 46
Binary 1111000 1001000 1011101 0 101000 10110 110101 101001110 11001 100110

Color Harmonies of #78485D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78485D

Black with #78485D

Text Example


Text Example

White with #78485D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78485D; }

 p { color: rgb(120,72,93); }

 H1.HeaderClassName
 {
   color: #78485D;
 }
 .AnyTagClassName
 {
   color: #78485D;
 }
</style>

background-color css

<style>
 a { background-color: #78485D; }

 a { background-color: rgb(120,72,93); }

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

border-color css

<style>
 span { border-color: #78485D; }

 span { border-color: rgb(120,72,93); }

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