Html Css Color HEX #785368 Cosmic

📋 copy color: '#785368'

red 120 ◦ green 83 ◦ blue 104

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

Shades of Cosmic #785368

Tints of Cosmic #785368

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.04%

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

R = 39.09%
G = 27.04%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#785368 (or 0x785368) is known color: Cosmic. HEX triplet: 78, 53 and 68. RGB value is (120,83,104). Sum of RGB (Red+Green+Blue) = 120+83+104=307 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.09% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 120 - color contains mainly: red. Hex color #785368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785368 is #87AC97. Grayscale: #606060. Windows color (decimal): -8891544 or 6837112. OLE color: 6837112.

HSL color Cylindrical-coordinate representation of color #785368: hue angle of 325.95º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #785368 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 83 104 -
CMYK 0 0.31 0.13 0.53
HSL 325.95º 0.18% 0.4% -
HSV(B) 325.95º 0.31% 0.47% -
XYZ 13.34 11.18 14.55 -
YUV 96.46 132.26 144.79 -
System Red Green Blue C M Y K H S L
Decimal 120 83 104 0 0.31 0.13 0.53 325.95 0.18 0.4
Hex 78 53 68 0 1F D 35 146 12 28
Octal 170 123 150 0 37 15 65 506 22 50
Binary 1111000 1010011 1101000 0 11111 1101 110101 101000110 10010 101000

Color Harmonies of #785368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785368

Black with #785368

Text Example


Text Example

White with #785368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785368; }

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

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

background-color css

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

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

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

border-color css

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

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

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