Html Css Color HEX #78445F Cosmic

📋 copy color: '#78445F'

red 120 ◦ green 68 ◦ blue 95

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

Shades of Cosmic #78445F

Tints of Cosmic #78445F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 33.57%

R = 42.4%
G = 24.03%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#78445F (or 0x78445F) is known color: Cosmic. HEX triplet: 78, 44 and 5F. RGB value is (120,68,95). Sum of RGB (Red+Green+Blue) = 120+68+95=283 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.40% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 95 (37.5% from 255 or 33.57% from 283); Max value from RGB is 120 - color contains mainly: red. Hex color #78445F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78445F is #87BBA0. Grayscale: #565656. Windows color (decimal): -8895393 or 6243448. OLE color: 6243448.

HSL color Cylindrical-coordinate representation of color #78445F: hue angle of 328.85º 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 #78445F is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 68 95 -
CMYK 0 0.43 0.21 0.53
HSL 328.85º 0.28% 0.37% -
HSV(B) 328.85º 0.43% 0.47% -
XYZ 11.88 8.95 11.93 -
YUV 86.63 132.73 151.8 -
System Red Green Blue C M Y K H S L
Decimal 120 68 95 0 0.43 0.21 0.53 328.85 0.28 0.37
Hex 78 44 5F 0 2B 15 35 149 1C 25
Octal 170 104 137 0 53 25 65 511 34 45
Binary 1111000 1000100 1011111 0 101011 10101 110101 101001001 11100 100101

Color Harmonies of #78445F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78445F

Black with #78445F

Text Example


Text Example

White with #78445F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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