Html Css Color HEX #785964 Cosmic

📋 copy color: '#785964'

red 120 ◦ green 89 ◦ blue 100

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

Shades of Cosmic #785964

Tints of Cosmic #785964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 32.36%

R = 38.83%
G = 28.8%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#785964 (or 0x785964) is known color: Cosmic. HEX triplet: 78, 59 and 64. RGB value is (120,89,100). Sum of RGB (Red+Green+Blue) = 120+89+100=309 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.83% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 120 - color contains mainly: red. Hex color #785964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785964 is #87A69B. Grayscale: #636363. Windows color (decimal): -8890012 or 6576504. OLE color: 6576504.

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

Color convert

RGB 120 89 100 -
CMYK 0 0.26 0.17 0.53
HSL 338.71º 0.15% 0.41% -
HSV(B) 338.71º 0.26% 0.47% -
XYZ 13.62 12.06 13.67 -
YUV 99.52 128.27 142.61 -
System Red Green Blue C M Y K H S L
Decimal 120 89 100 0 0.26 0.17 0.53 338.71 0.15 0.41
Hex 78 59 64 0 1A 11 35 153 F 29
Octal 170 131 144 0 32 21 65 523 17 51
Binary 1111000 1011001 1100100 0 11010 10001 110101 101010011 1111 101001

Color Harmonies of #785964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785964

Black with #785964

Text Example


Text Example

White with #785964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785964; }

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

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

background-color css

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

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

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

border-color css

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

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

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