Html Css Color HEX #77646E Scorpion

📋 copy color: '#77646E'

red 119 ◦ green 100 ◦ blue 110

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

Shades of Scorpion #77646E

Tints of Scorpion #77646E

RGB

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

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

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

R = 36.17%
G = 30.4%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#77646E (or 0x77646E) is known color: Scorpion. HEX triplet: 77, 64 and 6E. RGB value is (119,100,110). Sum of RGB (Red+Green+Blue) = 119+100+110=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 119 - color contains mainly: red. Hex color #77646E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77646E is #889B91. Grayscale: #6A6A6A. Windows color (decimal): -8952722 or 7234679. OLE color: 7234679.

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

Color convert

RGB 119 100 110 -
CMYK 0 0.16 0.08 0.53
HSL 328.42º 0.09% 0.43% -
HSV(B) 328.42º 0.16% 0.47% -
XYZ 14.98 14.16 16.7 -
YUV 106.82 129.79 136.69 -
System Red Green Blue C M Y K H S L
Decimal 119 100 110 0 0.16 0.08 0.53 328.42 0.09 0.43
Hex 77 64 6E 0 10 8 35 148 9 2B
Octal 167 144 156 0 20 10 65 510 11 53
Binary 1110111 1100100 1101110 0 10000 1000 110101 101001000 1001 101011

Color Harmonies of #77646E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77646E

Black with #77646E

Text Example


Text Example

White with #77646E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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