Html Css Color HEX #784160 Cosmic

📋 copy color: '#784160'

red 120 ◦ green 65 ◦ blue 96

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

Shades of Cosmic #784160

Tints of Cosmic #784160

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.13%

 BLUE value IS 96 (37.89% from 255) = 34.16%

R = 42.7%
G = 23.13%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.2

 K value IS 0.53

RGB Variations

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

Color information

#784160 (or 0x784160) is known color: Cosmic. HEX triplet: 78, 41 and 60. RGB value is (120,65,96). Sum of RGB (Red+Green+Blue) = 120+65+96=281 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.70% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 120 - color contains mainly: red. Hex color #784160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784160 is #87BE9F. Grayscale: #545454. Windows color (decimal): -8896160 or 6308216. OLE color: 6308216.

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

Color convert

RGB 120 65 96 -
CMYK 0 0.46 0.2 0.53
HSL 326.18º 0.3% 0.36% -
HSV(B) 326.18º 0.46% 0.47% -
XYZ 11.75 8.62 12.11 -
YUV 84.98 134.22 152.98 -
System Red Green Blue C M Y K H S L
Decimal 120 65 96 0 0.46 0.2 0.53 326.18 0.3 0.36
Hex 78 41 60 0 2E 14 35 146 1E 24
Octal 170 101 140 0 56 24 65 506 36 44
Binary 1111000 1000001 1100000 0 101110 10100 110101 101000110 11110 100100

Color Harmonies of #784160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784160

Black with #784160

Text Example


Text Example

White with #784160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784160; }

 p { color: rgb(120,65,96); }

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

background-color css

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

 a { background-color: rgb(120,65,96); }

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

border-color css

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

 span { border-color: rgb(120,65,96); }

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