Html Css Color HEX #77686D Scorpion

📋 copy color: '#77686D'

red 119 ◦ green 104 ◦ blue 109

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

Shades of Scorpion #77686D

Tints of Scorpion #77686D

RGB

 RED value IS 119 (46.88% from 255) = 35.84%

 GREEN value IS 104 (41.02% from 255) = 31.33%

 BLUE value IS 109 (42.97% from 255) = 32.83%

R = 35.84%
G = 31.33%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#77686D (or 0x77686D) is known color: Scorpion. HEX triplet: 77, 68 and 6D. RGB value is (119,104,109). Sum of RGB (Red+Green+Blue) = 119+104+109=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 119 - color contains mainly: red. Hex color #77686D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77686D is #889792. Grayscale: #6D6D6D. Windows color (decimal): -8951699 or 7170167. OLE color: 7170167.

HSL color Cylindrical-coordinate representation of color #77686D: hue angle of 340º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #77686D is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 104 109 -
CMYK 0 0.13 0.08 0.53
HSL 340º 0.07% 0.44% -
HSV(B) 340º 0.13% 0.47% -
XYZ 15.32 14.93 16.54 -
YUV 109.06 127.97 135.09 -
System Red Green Blue C M Y K H S L
Decimal 119 104 109 0 0.13 0.08 0.53 340 0.07 0.44
Hex 77 68 6D 0 D 8 35 154 7 2C
Octal 167 150 155 0 15 10 65 524 7 54
Binary 1110111 1101000 1101101 0 1101 1000 110101 101010100 111 101100

Color Harmonies of #77686D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77686D

Black with #77686D

Text Example


Text Example

White with #77686D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77686D; }

 p { color: rgb(119,104,109); }

 H1.HeaderClassName
 {
   color: #77686D;
 }
 .AnyTagClassName
 {
   color: #77686D;
 }
</style>

background-color css

<style>
 a { background-color: #77686D; }

 a { background-color: rgb(119,104,109); }

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

border-color css

<style>
 span { border-color: #77686D; }

 span { border-color: rgb(119,104,109); }

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