Html Css Color HEX #77696F Scorpion

📋 copy color: '#77696F'

red 119 ◦ green 105 ◦ blue 111

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

Shades of Scorpion #77696F

Tints of Scorpion #77696F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.13%

R = 35.52%
G = 31.34%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#77696F (or 0x77696F) is known color: Scorpion. HEX triplet: 77, 69 and 6F. RGB value is (119,105,111). Sum of RGB (Red+Green+Blue) = 119+105+111=335 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.52% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 119 - color contains mainly: red. Hex color #77696F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77696F is #889690. Grayscale: #6D6D6D. Windows color (decimal): -8951441 or 7301495. OLE color: 7301495.

HSL color Cylindrical-coordinate representation of color #77696F: hue angle of 334.29º 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 #77696F is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 105 111 -
CMYK 0 0.12 0.07 0.53
HSL 334.29º 0.06% 0.44% -
HSV(B) 334.29º 0.12% 0.47% -
XYZ 15.53 15.17 17.15 -
YUV 109.87 128.64 134.51 -
System Red Green Blue C M Y K H S L
Decimal 119 105 111 0 0.12 0.07 0.53 334.29 0.06 0.44
Hex 77 69 6F 0 C 7 35 14E 6 2C
Octal 167 151 157 0 14 7 65 516 6 54
Binary 1110111 1101001 1101111 0 1100 111 110101 101001110 110 101100

Color Harmonies of #77696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77696F

Black with #77696F

Text Example


Text Example

White with #77696F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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