Html Css Color HEX #785165 Cosmic

📋 copy color: '#785165'

red 120 ◦ green 81 ◦ blue 101

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

Shades of Cosmic #785165

Tints of Cosmic #785165

RGB

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

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

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

R = 39.74%
G = 26.82%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#785165 (or 0x785165) is known color: Cosmic. HEX triplet: 78, 51 and 65. RGB value is (120,81,101). Sum of RGB (Red+Green+Blue) = 120+81+101=302 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.74% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 120 - color contains mainly: red. Hex color #785165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785165 is #87AE9A. Grayscale: #5E5E5E. Windows color (decimal): -8892059 or 6639992. OLE color: 6639992.

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

Color convert

RGB 120 81 101 -
CMYK 0 0.32 0.16 0.53
HSL 329.23º 0.19% 0.39% -
HSV(B) 329.23º 0.33% 0.47% -
XYZ 13.04 10.82 13.71 -
YUV 94.94 131.42 145.87 -
System Red Green Blue C M Y K H S L
Decimal 120 81 101 0 0.32 0.16 0.53 329.23 0.19 0.39
Hex 78 51 65 0 20 10 35 149 13 27
Octal 170 121 145 0 40 20 65 511 23 47
Binary 1111000 1010001 1100101 0 100000 10000 110101 101001001 10011 100111

Color Harmonies of #785165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785165

Black with #785165

Text Example


Text Example

White with #785165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785165; }

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

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

background-color css

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

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

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

border-color css

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

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

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