Html Css Color HEX #77616E Scorpion

📋 copy color: '#77616E'

red 119 ◦ green 97 ◦ blue 110

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

Shades of Scorpion #77616E

Tints of Scorpion #77616E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.75%

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

R = 36.5%
G = 29.75%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#77616E (or 0x77616E) is known color: Scorpion. HEX triplet: 77, 61 and 6E. RGB value is (119,97,110). Sum of RGB (Red+Green+Blue) = 119+97+110=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 119 - color contains mainly: red. Hex color #77616E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77616E is #889E91. Grayscale: #696969. Windows color (decimal): -8953490 or 7233911. OLE color: 7233911.

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

Color convert

RGB 119 97 110 -
CMYK 0 0.18 0.08 0.53
HSL 324.55º 0.1% 0.42% -
HSV(B) 324.55º 0.18% 0.47% -
XYZ 14.7 13.6 16.6 -
YUV 105.06 130.79 137.94 -
System Red Green Blue C M Y K H S L
Decimal 119 97 110 0 0.18 0.08 0.53 324.55 0.1 0.42
Hex 77 61 6E 0 12 8 35 145 A 2A
Octal 167 141 156 0 22 10 65 505 12 52
Binary 1110111 1100001 1101110 0 10010 1000 110101 101000101 1010 101010

Color Harmonies of #77616E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77616E

Black with #77616E

Text Example


Text Example

White with #77616E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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