Html Css Color HEX #785160 Cosmic

📋 copy color: '#785160'

red 120 ◦ green 81 ◦ blue 96

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

Shades of Cosmic #785160

Tints of Cosmic #785160

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.27%

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

R = 40.4%
G = 27.27%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.2

 K value IS 0.53

RGB Variations

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

Color information

#785160 (or 0x785160) is known color: Cosmic. HEX triplet: 78, 51 and 60. RGB value is (120,81,96). Sum of RGB (Red+Green+Blue) = 120+81+96=297 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.40% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 120 - color contains mainly: red. Hex color #785160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785160 is #87AE9F. Grayscale: #5E5E5E. Windows color (decimal): -8892064 or 6312312. OLE color: 6312312.

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

Color convert

RGB 120 81 96 -
CMYK 0 0.32 0.2 0.53
HSL 336.92º 0.19% 0.39% -
HSV(B) 336.92º 0.33% 0.47% -
XYZ 12.8 10.72 12.46 -
YUV 94.37 128.92 146.28 -
System Red Green Blue C M Y K H S L
Decimal 120 81 96 0 0.32 0.2 0.53 336.92 0.19 0.39
Hex 78 51 60 0 20 14 35 151 13 27
Octal 170 121 140 0 40 24 65 521 23 47
Binary 1111000 1010001 1100000 0 100000 10100 110101 101010001 10011 100111

Color Harmonies of #785160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785160

Black with #785160

Text Example


Text Example

White with #785160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785160; }

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

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

background-color css

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

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

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

border-color css

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

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

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