Html Css Color HEX #77686E Scorpion

📋 copy color: '#77686E'

red 119 ◦ green 104 ◦ blue 110

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

Shades of Scorpion #77686E

Tints of Scorpion #77686E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.03%

R = 35.74%
G = 31.23%
B = 33.03%

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

#77686E (or 0x77686E) is known color: Scorpion. HEX triplet: 77, 68 and 6E. RGB value is (119,104,110). Sum of RGB (Red+Green+Blue) = 119+104+110=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 119 - color contains mainly: red. Hex color #77686E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77686E is #889791. Grayscale: #6D6D6D. Windows color (decimal): -8951698 or 7235703. OLE color: 7235703.

HSL color Cylindrical-coordinate representation of color #77686E: hue angle of 336º 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 #77686E is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 104 110 -
CMYK 0 0.13 0.08 0.53
HSL 336º 0.07% 0.44% -
HSV(B) 336º 0.13% 0.47% -
XYZ 15.37 14.95 16.83 -
YUV 109.17 128.47 135.01 -
System Red Green Blue C M Y K H S L
Decimal 119 104 110 0 0.13 0.08 0.53 336 0.07 0.44
Hex 77 68 6E 0 D 8 35 150 7 2C
Octal 167 150 156 0 15 10 65 520 7 54
Binary 1110111 1101000 1101110 0 1101 1000 110101 101010000 111 101100

Color Harmonies of #77686E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77686E

Black with #77686E

Text Example


Text Example

White with #77686E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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