Html Css Color HEX #786B71 Scorpion

📋 copy color: '#786B71'

red 120 ◦ green 107 ◦ blue 113

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

Shades of Scorpion #786B71

Tints of Scorpion #786B71

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.47%

 BLUE value IS 113 (44.53% from 255) = 33.24%

R = 35.29%
G = 31.47%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#786B71 (or 0x786B71) is known color: Scorpion. HEX triplet: 78, 6B and 71. RGB value is (120,107,113). Sum of RGB (Red+Green+Blue) = 120+107+113=340 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.29% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 120 - color contains mainly: red. Hex color #786B71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786B71 is #87948E. Grayscale: #6F6F6F. Windows color (decimal): -8885391 or 7433080. OLE color: 7433080.

HSL color Cylindrical-coordinate representation of color #786B71: hue angle of 332.31º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #786B71 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 107 113 -
CMYK 0 0.11 0.06 0.53
HSL 332.31º 0.06% 0.45% -
HSV(B) 332.31º 0.11% 0.47% -
XYZ 15.98 15.7 17.81 -
YUV 111.57 128.81 134.01 -
System Red Green Blue C M Y K H S L
Decimal 120 107 113 0 0.11 0.06 0.53 332.31 0.06 0.45
Hex 78 6B 71 0 B 6 35 14C 6 2D
Octal 170 153 161 0 13 6 65 514 6 55
Binary 1111000 1101011 1110001 0 1011 110 110101 101001100 110 101101

Color Harmonies of #786B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786B71

Black with #786B71

Text Example


Text Example

White with #786B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786B71; }

 p { color: rgb(120,107,113); }

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

background-color css

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

 a { background-color: rgb(120,107,113); }

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

border-color css

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

 span { border-color: rgb(120,107,113); }

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