Html Css Color HEX #78475D Cosmic

📋 copy color: '#78475D'

red 120 ◦ green 71 ◦ blue 93

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

Shades of Cosmic #78475D

Tints of Cosmic #78475D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25%

 BLUE value IS 93 (36.72% from 255) = 32.75%

R = 42.25%
G = 25%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#78475D (or 0x78475D) is known color: Cosmic. HEX triplet: 78, 47 and 5D. RGB value is (120,71,93). Sum of RGB (Red+Green+Blue) = 120+71+93=284 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.25% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 120 - color contains mainly: red. Hex color #78475D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78475D is #87B8A2. Grayscale: #585858. Windows color (decimal): -8894627 or 6113144. OLE color: 6113144.

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

Color convert

RGB 120 71 93 -
CMYK 0 0.41 0.22 0.53
HSL 333.06º 0.26% 0.37% -
HSV(B) 333.06º 0.41% 0.47% -
XYZ 11.97 9.29 11.52 -
YUV 88.16 130.73 150.71 -
System Red Green Blue C M Y K H S L
Decimal 120 71 93 0 0.41 0.22 0.53 333.06 0.26 0.37
Hex 78 47 5D 0 29 16 35 14D 1A 25
Octal 170 107 135 0 51 26 65 515 32 45
Binary 1111000 1000111 1011101 0 101001 10110 110101 101001101 11010 100101

Color Harmonies of #78475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78475D

Black with #78475D

Text Example


Text Example

White with #78475D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78475D; }

 p { color: rgb(120,71,93); }

 H1.HeaderClassName
 {
   color: #78475D;
 }
 .AnyTagClassName
 {
   color: #78475D;
 }
</style>

background-color css

<style>
 a { background-color: #78475D; }

 a { background-color: rgb(120,71,93); }

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

border-color css

<style>
 span { border-color: #78475D; }

 span { border-color: rgb(120,71,93); }

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