Html Css Color HEX #785D65 Scorpion

📋 copy color: '#785D65'

red 120 ◦ green 93 ◦ blue 101

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

Shades of Scorpion #785D65

Tints of Scorpion #785D65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.17%

R = 38.22%
G = 29.62%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#785D65 (or 0x785D65) is known color: Scorpion. HEX triplet: 78, 5D and 65. RGB value is (120,93,101). Sum of RGB (Red+Green+Blue) = 120+93+101=314 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.22% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 120 - color contains mainly: red. Hex color #785D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785D65 is #87A29A. Grayscale: #656565. Windows color (decimal): -8888987 or 6643064. OLE color: 6643064.

HSL color Cylindrical-coordinate representation of color #785D65: hue angle of 342.22º 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 #785D65 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 93 101 -
CMYK 0 0.22 0.16 0.53
HSL 342.22º 0.13% 0.42% -
HSV(B) 342.22º 0.23% 0.47% -
XYZ 14.01 12.76 14.04 -
YUV 101.99 127.45 140.85 -
System Red Green Blue C M Y K H S L
Decimal 120 93 101 0 0.22 0.16 0.53 342.22 0.13 0.42
Hex 78 5D 65 0 16 10 35 156 D 2A
Octal 170 135 145 0 26 20 65 526 15 52
Binary 1111000 1011101 1100101 0 10110 10000 110101 101010110 1101 101010

Color Harmonies of #785D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785D65

Black with #785D65

Text Example


Text Example

White with #785D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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