Html Css Color HEX #785D63 Scorpion

📋 copy color: '#785D63'

red 120 ◦ green 93 ◦ blue 99

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

Shades of Scorpion #785D63

Tints of Scorpion #785D63

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.81%

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

R = 38.46%
G = 29.81%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#785D63 (or 0x785D63) is known color: Scorpion. HEX triplet: 78, 5D and 63. RGB value is (120,93,99). Sum of RGB (Red+Green+Blue) = 120+93+99=312 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.46% from 312); Green value is 93 (36.72% from 255 or 29.81% from 312); Blue value is 99 (39.06% from 255 or 31.73% from 312); Max value from RGB is 120 - color contains mainly: red. Hex color #785D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785D63 is #87A29C. Grayscale: #656565. Windows color (decimal): -8888989 or 6511992. OLE color: 6511992.

HSL color Cylindrical-coordinate representation of color #785D63: hue angle of 346.67º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #785D63 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 93 99 -
CMYK 0 0.22 0.17 0.53
HSL 346.67º 0.13% 0.42% -
HSV(B) 346.67º 0.23% 0.47% -
XYZ 13.91 12.72 13.53 -
YUV 101.76 126.45 141.01 -
System Red Green Blue C M Y K H S L
Decimal 120 93 99 0 0.22 0.17 0.53 346.67 0.13 0.42
Hex 78 5D 63 0 16 11 35 15B D 2A
Octal 170 135 143 0 26 21 65 533 15 52
Binary 1111000 1011101 1100011 0 10110 10001 110101 101011011 1101 101010

Color Harmonies of #785D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785D63

Black with #785D63

Text Example


Text Example

White with #785D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785D63; }

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

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

background-color css

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

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

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

border-color css

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

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

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