Html Css Color HEX #785565 Cosmic

📋 copy color: '#785565'

red 120 ◦ green 85 ◦ blue 101

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

Shades of Cosmic #785565

Tints of Cosmic #785565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.01%

R = 39.22%
G = 27.78%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#785565 (or 0x785565) is known color: Cosmic. HEX triplet: 78, 55 and 65. RGB value is (120,85,101). Sum of RGB (Red+Green+Blue) = 120+85+101=306 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.22% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 101 (39.84% from 255 or 33.01% from 306); Max value from RGB is 120 - color contains mainly: red. Hex color #785565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785565 is #87AA9A. Grayscale: #616161. Windows color (decimal): -8891035 or 6641016. OLE color: 6641016.

HSL color Cylindrical-coordinate representation of color #785565: hue angle of 332.57º 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 #785565 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 85 101 -
CMYK 0 0.29 0.16 0.53
HSL 332.57º 0.17% 0.4% -
HSV(B) 332.57º 0.29% 0.47% -
XYZ 13.34 11.43 13.81 -
YUV 97.29 130.1 144.2 -
System Red Green Blue C M Y K H S L
Decimal 120 85 101 0 0.29 0.16 0.53 332.57 0.17 0.4
Hex 78 55 65 0 1D 10 35 14D 11 28
Octal 170 125 145 0 35 20 65 515 21 50
Binary 1111000 1010101 1100101 0 11101 10000 110101 101001101 10001 101000

Color Harmonies of #785565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785565

Black with #785565

Text Example


Text Example

White with #785565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785565; }

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

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

background-color css

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

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

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

border-color css

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

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

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