Html Css Color HEX #766266 Scorpion

📋 copy color: '#766266'

red 118 ◦ green 98 ◦ blue 102

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

Shades of Scorpion #766266

Tints of Scorpion #766266

RGB

 RED value IS 118 (46.48% from 255) = 37.11%

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

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

R = 37.11%
G = 30.82%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#766266 (or 0x766266) is known color: Scorpion. HEX triplet: 76, 62 and 66. RGB value is (118,98,102). Sum of RGB (Red+Green+Blue) = 118+98+102=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 118 - color contains mainly: red. Hex color #766266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766266 is #899D99. Grayscale: #686868. Windows color (decimal): -9018778 or 6709878. OLE color: 6709878.

HSL color Cylindrical-coordinate representation of color #766266: hue angle of 348º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #766266 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 98 102 -
CMYK 0 0.17 0.14 0.54
HSL 348º 0.09% 0.42% -
HSV(B) 348º 0.17% 0.46% -
XYZ 14.24 13.55 14.43 -
YUV 104.44 126.63 137.67 -
System Red Green Blue C M Y K H S L
Decimal 118 98 102 0 0.17 0.14 0.54 348 0.09 0.42
Hex 76 62 66 0 11 E 36 15C 9 2A
Octal 166 142 146 0 21 16 66 534 11 52
Binary 1110110 1100010 1100110 0 10001 1110 110110 101011100 1001 101010

Color Harmonies of #766266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766266

Black with #766266

Text Example


Text Example

White with #766266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766266; }

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

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

background-color css

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

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

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

border-color css

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

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

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