Html Css Color HEX #77646A Scorpion

📋 copy color: '#77646A'

red 119 ◦ green 100 ◦ blue 106

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

Shades of Scorpion #77646A

Tints of Scorpion #77646A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.62%

R = 36.62%
G = 30.77%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#77646A (or 0x77646A) is known color: Scorpion. HEX triplet: 77, 64 and 6A. RGB value is (119,100,106). Sum of RGB (Red+Green+Blue) = 119+100+106=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 119 - color contains mainly: red. Hex color #77646A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77646A is #889B95. Grayscale: #6A6A6A. Windows color (decimal): -8952726 or 6972535. OLE color: 6972535.

HSL color Cylindrical-coordinate representation of color #77646A: hue angle of 341.05º 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 #77646A is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 100 106 -
CMYK 0 0.16 0.11 0.53
HSL 341.05º 0.09% 0.43% -
HSV(B) 341.05º 0.16% 0.47% -
XYZ 14.77 14.08 15.57 -
YUV 106.37 127.79 137.01 -
System Red Green Blue C M Y K H S L
Decimal 119 100 106 0 0.16 0.11 0.53 341.05 0.09 0.43
Hex 77 64 6A 0 10 B 35 155 9 2B
Octal 167 144 152 0 20 13 65 525 11 53
Binary 1110111 1100100 1101010 0 10000 1011 110101 101010101 1001 101011

Color Harmonies of #77646A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77646A

Black with #77646A

Text Example


Text Example

White with #77646A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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