Html Css Color HEX #77696E Scorpion

📋 copy color: '#77696E'

red 119 ◦ green 105 ◦ blue 110

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

Shades of Scorpion #77696E

Tints of Scorpion #77696E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.44%

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

R = 35.63%
G = 31.44%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#77696E (or 0x77696E) is known color: Scorpion. HEX triplet: 77, 69 and 6E. RGB value is (119,105,110). Sum of RGB (Red+Green+Blue) = 119+105+110=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 119 - color contains mainly: red. Hex color #77696E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77696E is #889691. Grayscale: #6D6D6D. Windows color (decimal): -8951442 or 7235959. OLE color: 7235959.

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

Color convert

RGB 119 105 110 -
CMYK 0 0.12 0.08 0.53
HSL 338.57º 0.06% 0.44% -
HSV(B) 338.57º 0.12% 0.47% -
XYZ 15.47 15.15 16.86 -
YUV 109.76 128.14 134.59 -
System Red Green Blue C M Y K H S L
Decimal 119 105 110 0 0.12 0.08 0.53 338.57 0.06 0.44
Hex 77 69 6E 0 C 8 35 153 6 2C
Octal 167 151 156 0 14 10 65 523 6 54
Binary 1110111 1101001 1101110 0 1100 1000 110101 101010011 110 101100

Color Harmonies of #77696E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77696E

Black with #77696E

Text Example


Text Example

White with #77696E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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