Html Css Color HEX #785464 Cosmic

📋 copy color: '#785464'

red 120 ◦ green 84 ◦ blue 100

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

Shades of Cosmic #785464

Tints of Cosmic #785464

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.63%

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

R = 39.47%
G = 27.63%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#785464 (or 0x785464) is known color: Cosmic. HEX triplet: 78, 54 and 64. RGB value is (120,84,100). Sum of RGB (Red+Green+Blue) = 120+84+100=304 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.47% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 100 (39.45% from 255 or 32.89% from 304); Max value from RGB is 120 - color contains mainly: red. Hex color #785464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785464 is #87AB9B. Grayscale: #606060. Windows color (decimal): -8891292 or 6575224. OLE color: 6575224.

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

Color convert

RGB 120 84 100 -
CMYK 0 0.3 0.17 0.53
HSL 333.33º 0.18% 0.4% -
HSV(B) 333.33º 0.3% 0.47% -
XYZ 13.22 11.25 13.53 -
YUV 96.59 129.93 144.7 -
System Red Green Blue C M Y K H S L
Decimal 120 84 100 0 0.3 0.17 0.53 333.33 0.18 0.4
Hex 78 54 64 0 1E 11 35 14D 12 28
Octal 170 124 144 0 36 21 65 515 22 50
Binary 1111000 1010100 1100100 0 11110 10001 110101 101001101 10010 101000

Color Harmonies of #785464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785464

Black with #785464

Text Example


Text Example

White with #785464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785464; }

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

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

background-color css

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

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

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

border-color css

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

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

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