Html Css Color HEX #785063 Cosmic

📋 copy color: '#785063'

red 120 ◦ green 80 ◦ blue 99

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

Shades of Cosmic #785063

Tints of Cosmic #785063

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.76%

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

R = 40.13%
G = 26.76%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#785063 (or 0x785063) is known color: Cosmic. HEX triplet: 78, 50 and 63. RGB value is (120,80,99). Sum of RGB (Red+Green+Blue) = 120+80+99=299 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.13% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 120 - color contains mainly: red. Hex color #785063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785063 is #87AF9C. Grayscale: #5E5E5E. Windows color (decimal): -8892317 or 6508664. OLE color: 6508664.

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

Color convert

RGB 120 80 99 -
CMYK 0 0.33 0.17 0.53
HSL 331.5º 0.2% 0.39% -
HSV(B) 331.5º 0.33% 0.47% -
XYZ 12.87 10.63 13.18 -
YUV 94.13 130.75 146.46 -
System Red Green Blue C M Y K H S L
Decimal 120 80 99 0 0.33 0.17 0.53 331.5 0.2 0.39
Hex 78 50 63 0 21 11 35 14C 14 27
Octal 170 120 143 0 41 21 65 514 24 47
Binary 1111000 1010000 1100011 0 100001 10001 110101 101001100 10100 100111

Color Harmonies of #785063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785063

Black with #785063

Text Example


Text Example

White with #785063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785063; }

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

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

background-color css

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

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

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

border-color css

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

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

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