Html Css Color HEX #776266 Scorpion

📋 copy color: '#776266'

red 119 ◦ green 98 ◦ blue 102

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

Shades of Scorpion #776266

Tints of Scorpion #776266

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.72%

 BLUE value IS 102 (40.23% from 255) = 31.97%

R = 37.3%
G = 30.72%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#776266 (or 0x776266) is known color: Scorpion. HEX triplet: 77, 62 and 66. RGB value is (119,98,102). Sum of RGB (Red+Green+Blue) = 119+98+102=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 102 (40.23% from 255 or 31.97% from 319); Max value from RGB is 119 - color contains mainly: red. Hex color #776266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776266 is #889D99. Grayscale: #686868. Windows color (decimal): -8953242 or 6709879. OLE color: 6709879.

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

Color convert

RGB 119 98 102 -
CMYK 0 0.18 0.14 0.53
HSL 348.57º 0.1% 0.43% -
HSV(B) 348.57º 0.18% 0.47% -
XYZ 14.37 13.62 14.44 -
YUV 104.74 126.46 138.17 -
System Red Green Blue C M Y K H S L
Decimal 119 98 102 0 0.18 0.14 0.53 348.57 0.1 0.43
Hex 77 62 66 0 12 E 35 15D A 2B
Octal 167 142 146 0 22 16 65 535 12 53
Binary 1110111 1100010 1100110 0 10010 1110 110101 101011101 1010 101011

Color Harmonies of #776266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776266

Black with #776266

Text Example


Text Example

White with #776266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776266; }

 p { color: rgb(119,98,102); }

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

background-color css

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

 a { background-color: rgb(119,98,102); }

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

border-color css

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

 span { border-color: rgb(119,98,102); }

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