Html Css Color HEX #785560 Cosmic

📋 copy color: '#785560'

red 120 ◦ green 85 ◦ blue 96

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

Shades of Cosmic #785560

Tints of Cosmic #785560

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.24%

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

R = 39.87%
G = 28.24%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.2

 K value IS 0.53

RGB Variations

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

Color information

#785560 (or 0x785560) is known color: Cosmic. HEX triplet: 78, 55 and 60. RGB value is (120,85,96). Sum of RGB (Red+Green+Blue) = 120+85+96=301 (39% of max value = 765). Red value is 120 (47.27% from 255 or 39.87% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 120 - color contains mainly: red. Hex color #785560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785560 is #87AA9F. Grayscale: #606060. Windows color (decimal): -8891040 or 6313336. OLE color: 6313336.

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

Color convert

RGB 120 85 96 -
CMYK 0 0.29 0.2 0.53
HSL 341.14º 0.17% 0.4% -
HSV(B) 341.14º 0.29% 0.47% -
XYZ 13.11 11.33 12.56 -
YUV 96.72 127.6 144.61 -
System Red Green Blue C M Y K H S L
Decimal 120 85 96 0 0.29 0.2 0.53 341.14 0.17 0.4
Hex 78 55 60 0 1D 14 35 155 11 28
Octal 170 125 140 0 35 24 65 525 21 50
Binary 1111000 1010101 1100000 0 11101 10100 110101 101010101 10001 101000

Color Harmonies of #785560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785560

Black with #785560

Text Example


Text Example

White with #785560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785560; }

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

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

background-color css

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

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

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

border-color css

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

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

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