Html Css Color HEX #785968 Cosmic

📋 copy color: '#785968'

red 120 ◦ green 89 ◦ blue 104

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

Shades of Cosmic #785968

Tints of Cosmic #785968

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.43%

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

R = 38.34%
G = 28.43%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#785968 (or 0x785968) is known color: Cosmic. HEX triplet: 78, 59 and 68. RGB value is (120,89,104). Sum of RGB (Red+Green+Blue) = 120+89+104=313 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.34% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 120 - color contains mainly: red. Hex color #785968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785968 is #87A697. Grayscale: #636363. Windows color (decimal): -8890008 or 6838648. OLE color: 6838648.

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

Color convert

RGB 120 89 104 -
CMYK 0 0.26 0.13 0.53
HSL 330.97º 0.15% 0.41% -
HSV(B) 330.97º 0.26% 0.47% -
XYZ 13.82 12.14 14.71 -
YUV 99.98 130.27 142.28 -
System Red Green Blue C M Y K H S L
Decimal 120 89 104 0 0.26 0.13 0.53 330.97 0.15 0.41
Hex 78 59 68 0 1A D 35 14B F 29
Octal 170 131 150 0 32 15 65 513 17 51
Binary 1111000 1011001 1101000 0 11010 1101 110101 101001011 1111 101001

Color Harmonies of #785968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785968

Black with #785968

Text Example


Text Example

White with #785968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785968; }

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

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

background-color css

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

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

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

border-color css

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

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

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