Html Css Color HEX #785761 Cosmic

📋 copy color: '#785761'

red 120 ◦ green 87 ◦ blue 97

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

Shades of Cosmic #785761

Tints of Cosmic #785761

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.62%

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

R = 39.47%
G = 28.62%
B = 31.91%

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

#785761 (or 0x785761) is known color: Cosmic. HEX triplet: 78, 57 and 61. RGB value is (120,87,97). Sum of RGB (Red+Green+Blue) = 120+87+97=304 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.47% from 304); Green value is 87 (34.38% from 255 or 28.62% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 120 - color contains mainly: red. Hex color #785761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785761 is #87A89E. Grayscale: #626262. Windows color (decimal): -8890527 or 6379384. OLE color: 6379384.

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

Color convert

RGB 120 87 97 -
CMYK 0 0.28 0.19 0.53
HSL 341.82º 0.16% 0.41% -
HSV(B) 341.82º 0.28% 0.47% -
XYZ 13.31 11.67 12.86 -
YUV 98.01 127.43 143.69 -
System Red Green Blue C M Y K H S L
Decimal 120 87 97 0 0.28 0.19 0.53 341.82 0.16 0.41
Hex 78 57 61 0 1C 13 35 156 10 29
Octal 170 127 141 0 34 23 65 526 20 51
Binary 1111000 1010111 1100001 0 11100 10011 110101 101010110 10000 101001

Color Harmonies of #785761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785761

Black with #785761

Text Example


Text Example

White with #785761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785761; }

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

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

background-color css

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

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

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

border-color css

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

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

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