Html Css Color HEX #786D72 Scorpion

📋 copy color: '#786D72'

red 120 ◦ green 109 ◦ blue 114

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

Shades of Scorpion #786D72

Tints of Scorpion #786D72

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.78%

 BLUE value IS 114 (44.92% from 255) = 33.24%

R = 34.99%
G = 31.78%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#786D72 (or 0x786D72) is known color: Scorpion. HEX triplet: 78, 6D and 72. RGB value is (120,109,114). Sum of RGB (Red+Green+Blue) = 120+109+114=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 120 - color contains mainly: red. Hex color #786D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786D72 is #87928D. Grayscale: #707070. Windows color (decimal): -8884878 or 7499128. OLE color: 7499128.

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

Color convert

RGB 120 109 114 -
CMYK 0 0.09 0.05 0.53
HSL 332.73º 0.05% 0.45% -
HSV(B) 332.73º 0.09% 0.47% -
XYZ 16.25 16.15 18.18 -
YUV 112.86 128.64 133.09 -
System Red Green Blue C M Y K H S L
Decimal 120 109 114 0 0.09 0.05 0.53 332.73 0.05 0.45
Hex 78 6D 72 0 9 5 35 14D 5 2D
Octal 170 155 162 0 11 5 65 515 5 55
Binary 1111000 1101101 1110010 0 1001 101 110101 101001101 101 101101

Color Harmonies of #786D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786D72

Black with #786D72

Text Example


Text Example

White with #786D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,109,114); }

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

background-color css

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

 a { background-color: rgb(120,109,114); }

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

border-color css

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

 span { border-color: rgb(120,109,114); }

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