Html Css Color HEX #78445E Cosmic

📋 copy color: '#78445E'

red 120 ◦ green 68 ◦ blue 94

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

Shades of Cosmic #78445E

Tints of Cosmic #78445E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.11%

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

R = 42.55%
G = 24.11%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#78445E (or 0x78445E) is known color: Cosmic. HEX triplet: 78, 44 and 5E. RGB value is (120,68,94). Sum of RGB (Red+Green+Blue) = 120+68+94=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 120 - color contains mainly: red. Hex color #78445E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78445E is #87BBA1. Grayscale: #565656. Windows color (decimal): -8895394 or 6177912. OLE color: 6177912.

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

Color convert

RGB 120 68 94 -
CMYK 0 0.43 0.22 0.53
HSL 330º 0.28% 0.37% -
HSV(B) 330º 0.43% 0.47% -
XYZ 11.83 8.94 11.69 -
YUV 86.51 132.23 151.89 -
System Red Green Blue C M Y K H S L
Decimal 120 68 94 0 0.43 0.22 0.53 330 0.28 0.37
Hex 78 44 5E 0 2B 16 35 14A 1C 25
Octal 170 104 136 0 53 26 65 512 34 45
Binary 1111000 1000100 1011110 0 101011 10110 110101 101001010 11100 100101

Color Harmonies of #78445E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78445E

Black with #78445E

Text Example


Text Example

White with #78445E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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