Html Css Color HEX #785865 Cosmic

📋 copy color: '#785865'

red 120 ◦ green 88 ◦ blue 101

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

Shades of Cosmic #785865

Tints of Cosmic #785865

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.48%

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

R = 38.83%
G = 28.48%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#785865 (or 0x785865) is known color: Cosmic. HEX triplet: 78, 58 and 65. RGB value is (120,88,101). Sum of RGB (Red+Green+Blue) = 120+88+101=309 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.83% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 101 (39.84% from 255 or 32.69% from 309); Max value from RGB is 120 - color contains mainly: red. Hex color #785865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785865 is #87A79A. Grayscale: #636363. Windows color (decimal): -8890267 or 6641784. OLE color: 6641784.

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

Color convert

RGB 120 88 101 -
CMYK 0 0.27 0.16 0.53
HSL 335.63º 0.15% 0.41% -
HSV(B) 335.63º 0.27% 0.47% -
XYZ 13.58 11.91 13.9 -
YUV 99.05 129.1 142.94 -
System Red Green Blue C M Y K H S L
Decimal 120 88 101 0 0.27 0.16 0.53 335.63 0.15 0.41
Hex 78 58 65 0 1B 10 35 150 F 29
Octal 170 130 145 0 33 20 65 520 17 51
Binary 1111000 1011000 1100101 0 11011 10000 110101 101010000 1111 101001

Color Harmonies of #785865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785865

Black with #785865

Text Example


Text Example

White with #785865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785865; }

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

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

background-color css

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

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

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

border-color css

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

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

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