Html Css Color HEX #78405B Cosmic

📋 copy color: '#78405B'

red 120 ◦ green 64 ◦ blue 91

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

Shades of Cosmic #78405B

Tints of Cosmic #78405B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.09%

R = 43.64%
G = 23.27%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#78405B (or 0x78405B) is known color: Cosmic. HEX triplet: 78, 40 and 5B. RGB value is (120,64,91). Sum of RGB (Red+Green+Blue) = 120+64+91=275 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.64% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 120 - color contains mainly: red. Hex color #78405B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78405B is #87BFA4. Grayscale: #535353. Windows color (decimal): -8896421 or 5980280. OLE color: 5980280.

HSL color Cylindrical-coordinate representation of color #78405B: hue angle of 331.07º 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 #78405B is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 64 91 -
CMYK 0 0.47 0.24 0.53
HSL 331.07º 0.3% 0.36% -
HSV(B) 331.07º 0.47% 0.47% -
XYZ 11.47 8.42 10.92 -
YUV 83.82 132.05 153.8 -
System Red Green Blue C M Y K H S L
Decimal 120 64 91 0 0.47 0.24 0.53 331.07 0.3 0.36
Hex 78 40 5B 0 2F 18 35 14B 1E 24
Octal 170 100 133 0 57 30 65 513 36 44
Binary 1111000 1000000 1011011 0 101111 11000 110101 101001011 11110 100100

Color Harmonies of #78405B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78405B

Black with #78405B

Text Example


Text Example

White with #78405B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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