Html Css Color HEX #78405F Cosmic

📋 copy color: '#78405F'

red 120 ◦ green 64 ◦ blue 95

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

Shades of Cosmic #78405F

Tints of Cosmic #78405F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.94%

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

R = 43.01%
G = 22.94%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#78405F (or 0x78405F) is known color: Cosmic. HEX triplet: 78, 40 and 5F. RGB value is (120,64,95). Sum of RGB (Red+Green+Blue) = 120+64+95=279 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.01% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 95 (37.5% from 255 or 34.05% from 279); Max value from RGB is 120 - color contains mainly: red. Hex color #78405F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78405F is #87BFA0. Grayscale: #545454. Windows color (decimal): -8896417 or 6242424. OLE color: 6242424.

HSL color Cylindrical-coordinate representation of color #78405F: hue angle of 326.79º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #78405F is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 64 95 -
CMYK 0 0.47 0.21 0.53
HSL 326.79º 0.3% 0.36% -
HSV(B) 326.79º 0.47% 0.47% -
XYZ 11.64 8.49 11.85 -
YUV 84.28 134.05 153.48 -
System Red Green Blue C M Y K H S L
Decimal 120 64 95 0 0.47 0.21 0.53 326.79 0.3 0.36
Hex 78 40 5F 0 2F 15 35 147 1E 24
Octal 170 100 137 0 57 25 65 507 36 44
Binary 1111000 1000000 1011111 0 101111 10101 110101 101000111 11110 100100

Color Harmonies of #78405F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78405F

Black with #78405F

Text Example


Text Example

White with #78405F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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