Html Css Color HEX #78475E Cosmic

📋 copy color: '#78475E'

red 120 ◦ green 71 ◦ blue 94

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

Shades of Cosmic #78475E

Tints of Cosmic #78475E

RGB

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

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

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

R = 42.11%
G = 24.91%
B = 32.98%

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

#78475E (or 0x78475E) is known color: Cosmic. HEX triplet: 78, 47 and 5E. RGB value is (120,71,94). Sum of RGB (Red+Green+Blue) = 120+71+94=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 120 - color contains mainly: red. Hex color #78475E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78475E is #87B8A1. Grayscale: #585858. Windows color (decimal): -8894626 or 6178680. OLE color: 6178680.

HSL color Cylindrical-coordinate representation of color #78475E: hue angle of 331.84º 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 #78475E is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 71 94 -
CMYK 0 0.41 0.22 0.53
HSL 331.84º 0.26% 0.37% -
HSV(B) 331.84º 0.41% 0.47% -
XYZ 12.02 9.31 11.75 -
YUV 88.27 131.23 150.63 -
System Red Green Blue C M Y K H S L
Decimal 120 71 94 0 0.41 0.22 0.53 331.84 0.26 0.37
Hex 78 47 5E 0 29 16 35 14C 1A 25
Octal 170 107 136 0 51 26 65 514 32 45
Binary 1111000 1000111 1011110 0 101001 10110 110101 101001100 11010 100101

Color Harmonies of #78475E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78475E

Black with #78475E

Text Example


Text Example

White with #78475E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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