Html Css Color HEX #766B6F Scorpion

📋 copy color: '#766B6F'

red 118 ◦ green 107 ◦ blue 111

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

Shades of Scorpion #766B6F

Tints of Scorpion #766B6F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.85%

 BLUE value IS 111 (43.75% from 255) = 33.04%

R = 35.12%
G = 31.85%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#766B6F (or 0x766B6F) is known color: Scorpion. HEX triplet: 76, 6B and 6F. RGB value is (118,107,111). Sum of RGB (Red+Green+Blue) = 118+107+111=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 118 - color contains mainly: red. Hex color #766B6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766B6F is #899490. Grayscale: #6E6E6E. Windows color (decimal): -9016465 or 7302006. OLE color: 7302006.

HSL color Cylindrical-coordinate representation of color #766B6F: hue angle of 338.18º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #766B6F is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 107 111 -
CMYK 0 0.09 0.06 0.54
HSL 338.18º 0.05% 0.44% -
HSV(B) 338.18º 0.09% 0.46% -
XYZ 15.6 15.51 17.21 -
YUV 110.75 128.14 133.17 -
System Red Green Blue C M Y K H S L
Decimal 118 107 111 0 0.09 0.06 0.54 338.18 0.05 0.44
Hex 76 6B 6F 0 9 6 36 152 5 2C
Octal 166 153 157 0 11 6 66 522 5 54
Binary 1110110 1101011 1101111 0 1001 110 110110 101010010 101 101100

Color Harmonies of #766B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766B6F

Black with #766B6F

Text Example


Text Example

White with #766B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766B6F; }

 p { color: rgb(118,107,111); }

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

background-color css

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

 a { background-color: rgb(118,107,111); }

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

border-color css

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

 span { border-color: rgb(118,107,111); }

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