Html Css Color HEX #785D66 Scorpion

📋 copy color: '#785D66'

red 120 ◦ green 93 ◦ blue 102

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

Shades of Scorpion #785D66

Tints of Scorpion #785D66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 32.38%

R = 38.1%
G = 29.52%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#785D66 (or 0x785D66) is known color: Scorpion. HEX triplet: 78, 5D and 66. RGB value is (120,93,102). Sum of RGB (Red+Green+Blue) = 120+93+102=315 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.10% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 120 - color contains mainly: red. Hex color #785D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785D66 is #87A299. Grayscale: #666666. Windows color (decimal): -8888986 or 6708600. OLE color: 6708600.

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

Color convert

RGB 120 93 102 -
CMYK 0 0.22 0.15 0.53
HSL 340º 0.13% 0.42% -
HSV(B) 340º 0.23% 0.47% -
XYZ 14.06 12.78 14.3 -
YUV 102.1 127.95 140.77 -
System Red Green Blue C M Y K H S L
Decimal 120 93 102 0 0.22 0.15 0.53 340 0.13 0.42
Hex 78 5D 66 0 16 F 35 154 D 2A
Octal 170 135 146 0 26 17 65 524 15 52
Binary 1111000 1011101 1100110 0 10110 1111 110101 101010100 1101 101010

Color Harmonies of #785D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785D66

Black with #785D66

Text Example


Text Example

White with #785D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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