Html Css Color HEX #785460 Cosmic

📋 copy color: '#785460'

red 120 ◦ green 84 ◦ blue 96

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

Shades of Cosmic #785460

Tints of Cosmic #785460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 32%

R = 40%
G = 28%
B = 32%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.2

 K value IS 0.53

RGB Variations

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

Color information

#785460 (or 0x785460) is known color: Cosmic. HEX triplet: 78, 54 and 60. RGB value is (120,84,96). Sum of RGB (Red+Green+Blue) = 120+84+96=300 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 96 (37.89% from 255 or 32% from 300); Max value from RGB is 120 - color contains mainly: red. Hex color #785460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785460 is #87AB9F. Grayscale: #606060. Windows color (decimal): -8891296 or 6313080. OLE color: 6313080.

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

Color convert

RGB 120 84 96 -
CMYK 0 0.3 0.2 0.53
HSL 340º 0.18% 0.4% -
HSV(B) 340º 0.3% 0.47% -
XYZ 13.03 11.18 12.54 -
YUV 96.13 127.93 145.02 -
System Red Green Blue C M Y K H S L
Decimal 120 84 96 0 0.3 0.2 0.53 340 0.18 0.4
Hex 78 54 60 0 1E 14 35 154 12 28
Octal 170 124 140 0 36 24 65 524 22 50
Binary 1111000 1010100 1100000 0 11110 10100 110101 101010100 10010 101000

Color Harmonies of #785460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785460

Black with #785460

Text Example


Text Example

White with #785460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785460; }

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

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

background-color css

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

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

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

border-color css

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

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

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