Html Css Color HEX #78495E Cosmic

📋 copy color: '#78495E'

red 120 ◦ green 73 ◦ blue 94

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

Shades of Cosmic #78495E

Tints of Cosmic #78495E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.44%

 BLUE value IS 94 (37.11% from 255) = 32.75%

R = 41.81%
G = 25.44%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#78495E (or 0x78495E) is known color: Cosmic. HEX triplet: 78, 49 and 5E. RGB value is (120,73,94). Sum of RGB (Red+Green+Blue) = 120+73+94=287 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.81% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 120 - color contains mainly: red. Hex color #78495E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78495E is #87B6A1. Grayscale: #595959. Windows color (decimal): -8894114 or 6179192. OLE color: 6179192.

HSL color Cylindrical-coordinate representation of color #78495E: hue angle of 333.19º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #78495E is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 73 94 -
CMYK 0 0.39 0.22 0.53
HSL 333.19º 0.24% 0.38% -
HSV(B) 333.19º 0.39% 0.47% -
XYZ 12.15 9.57 11.8 -
YUV 89.45 130.57 149.79 -
System Red Green Blue C M Y K H S L
Decimal 120 73 94 0 0.39 0.22 0.53 333.19 0.24 0.38
Hex 78 49 5E 0 27 16 35 14D 18 26
Octal 170 111 136 0 47 26 65 515 30 46
Binary 1111000 1001001 1011110 0 100111 10110 110101 101001101 11000 100110

Color Harmonies of #78495E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78495E

Black with #78495E

Text Example


Text Example

White with #78495E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78495E; }

 p { color: rgb(120,73,94); }

 H1.HeaderClassName
 {
   color: #78495E;
 }
 .AnyTagClassName
 {
   color: #78495E;
 }
</style>

background-color css

<style>
 a { background-color: #78495E; }

 a { background-color: rgb(120,73,94); }

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

border-color css

<style>
 span { border-color: #78495E; }

 span { border-color: rgb(120,73,94); }

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