Html Css Color HEX #785463 Cosmic

📋 copy color: '#785463'

red 120 ◦ green 84 ◦ blue 99

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

Shades of Cosmic #785463

Tints of Cosmic #785463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 32.67%

R = 39.6%
G = 27.72%
B = 32.67%

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

#785463 (or 0x785463) is known color: Cosmic. HEX triplet: 78, 54 and 63. RGB value is (120,84,99). Sum of RGB (Red+Green+Blue) = 120+84+99=303 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.60% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 99 (39.06% from 255 or 32.67% from 303); Max value from RGB is 120 - color contains mainly: red. Hex color #785463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785463 is #87AB9C. Grayscale: #606060. Windows color (decimal): -8891293 or 6509688. OLE color: 6509688.

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

Color convert

RGB 120 84 99 -
CMYK 0 0.3 0.17 0.53
HSL 335º 0.18% 0.4% -
HSV(B) 335º 0.3% 0.47% -
XYZ 13.17 11.23 13.28 -
YUV 96.47 129.43 144.78 -
System Red Green Blue C M Y K H S L
Decimal 120 84 99 0 0.3 0.17 0.53 335 0.18 0.4
Hex 78 54 63 0 1E 11 35 14F 12 28
Octal 170 124 143 0 36 21 65 517 22 50
Binary 1111000 1010100 1100011 0 11110 10001 110101 101001111 10010 101000

Color Harmonies of #785463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785463

Black with #785463

Text Example


Text Example

White with #785463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785463; }

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

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

background-color css

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

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

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

border-color css

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

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

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