Html Css Color HEX #77646C Scorpion

📋 copy color: '#77646C'

red 119 ◦ green 100 ◦ blue 108

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

Shades of Scorpion #77646C

Tints of Scorpion #77646C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.58%

 BLUE value IS 108 (42.58% from 255) = 33.03%

R = 36.39%
G = 30.58%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#77646C (or 0x77646C) is known color: Scorpion. HEX triplet: 77, 64 and 6C. RGB value is (119,100,108). Sum of RGB (Red+Green+Blue) = 119+100+108=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 119 - color contains mainly: red. Hex color #77646C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77646C is #889B93. Grayscale: #6A6A6A. Windows color (decimal): -8952724 or 7103607. OLE color: 7103607.

HSL color Cylindrical-coordinate representation of color #77646C: hue angle of 334.74º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #77646C is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 100 108 -
CMYK 0 0.16 0.09 0.53
HSL 334.74º 0.09% 0.43% -
HSV(B) 334.74º 0.16% 0.47% -
XYZ 14.87 14.12 16.13 -
YUV 106.59 128.79 136.85 -
System Red Green Blue C M Y K H S L
Decimal 119 100 108 0 0.16 0.09 0.53 334.74 0.09 0.43
Hex 77 64 6C 0 10 9 35 14F 9 2B
Octal 167 144 154 0 20 11 65 517 11 53
Binary 1110111 1100100 1101100 0 10000 1001 110101 101001111 1001 101011

Color Harmonies of #77646C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77646C

Black with #77646C

Text Example


Text Example

White with #77646C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77646C; }

 p { color: rgb(119,100,108); }

 H1.HeaderClassName
 {
   color: #77646C;
 }
 .AnyTagClassName
 {
   color: #77646C;
 }
</style>

background-color css

<style>
 a { background-color: #77646C; }

 a { background-color: rgb(119,100,108); }

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

border-color css

<style>
 span { border-color: #77646C; }

 span { border-color: rgb(119,100,108); }

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