Html Css Color HEX #785868 Cosmic

📋 copy color: '#785868'

red 120 ◦ green 88 ◦ blue 104

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

Shades of Cosmic #785868

Tints of Cosmic #785868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.33%

R = 38.46%
G = 28.21%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#785868 (or 0x785868) is known color: Cosmic. HEX triplet: 78, 58 and 68. RGB value is (120,88,104). Sum of RGB (Red+Green+Blue) = 120+88+104=312 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.46% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 120 - color contains mainly: red. Hex color #785868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785868 is #87A797. Grayscale: #636363. Windows color (decimal): -8890264 or 6838392. OLE color: 6838392.

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

Color convert

RGB 120 88 104 -
CMYK 0 0.27 0.13 0.53
HSL 330º 0.15% 0.41% -
HSV(B) 330º 0.27% 0.47% -
XYZ 13.73 11.97 14.68 -
YUV 99.39 130.6 142.7 -
System Red Green Blue C M Y K H S L
Decimal 120 88 104 0 0.27 0.13 0.53 330 0.15 0.41
Hex 78 58 68 0 1B D 35 14A F 29
Octal 170 130 150 0 33 15 65 512 17 51
Binary 1111000 1011000 1101000 0 11011 1101 110101 101001010 1111 101001

Color Harmonies of #785868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785868

Black with #785868

Text Example


Text Example

White with #785868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785868; }

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

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

background-color css

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

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

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

border-color css

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

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

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