Html Css Color HEX #785661 Cosmic

📋 copy color: '#785661'

red 120 ◦ green 86 ◦ blue 97

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

Shades of Cosmic #785661

Tints of Cosmic #785661

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.38%

 BLUE value IS 97 (38.28% from 255) = 32.01%

R = 39.6%
G = 28.38%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#785661 (or 0x785661) is known color: Cosmic. HEX triplet: 78, 56 and 61. RGB value is (120,86,97). Sum of RGB (Red+Green+Blue) = 120+86+97=303 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.60% from 303); Green value is 86 (33.98% from 255 or 28.38% from 303); Blue value is 97 (38.28% from 255 or 32.01% from 303); Max value from RGB is 120 - color contains mainly: red. Hex color #785661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785661 is #87A99E. Grayscale: #616161. Windows color (decimal): -8890783 or 6379128. OLE color: 6379128.

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

Color convert

RGB 120 86 97 -
CMYK 0 0.28 0.19 0.53
HSL 340.59º 0.17% 0.4% -
HSV(B) 340.59º 0.28% 0.47% -
XYZ 13.23 11.51 12.83 -
YUV 97.42 127.76 144.11 -
System Red Green Blue C M Y K H S L
Decimal 120 86 97 0 0.28 0.19 0.53 340.59 0.17 0.4
Hex 78 56 61 0 1C 13 35 155 11 28
Octal 170 126 141 0 34 23 65 525 21 50
Binary 1111000 1010110 1100001 0 11100 10011 110101 101010101 10001 101000

Color Harmonies of #785661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785661

Black with #785661

Text Example


Text Example

White with #785661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785661; }

 p { color: rgb(120,86,97); }

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

background-color css

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

 a { background-color: rgb(120,86,97); }

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

border-color css

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

 span { border-color: rgb(120,86,97); }

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