Html Css Color HEX #76686F Scorpion

📋 copy color: '#76686F'

red 118 ◦ green 104 ◦ blue 111

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

Shades of Scorpion #76686F

Tints of Scorpion #76686F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.23%

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

R = 35.44%
G = 31.23%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#76686F (or 0x76686F) is known color: Scorpion. HEX triplet: 76, 68 and 6F. RGB value is (118,104,111). Sum of RGB (Red+Green+Blue) = 118+104+111=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 118 - color contains mainly: red. Hex color #76686F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76686F is #899790. Grayscale: #6C6C6C. Windows color (decimal): -9017233 or 7301238. OLE color: 7301238.

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

Color convert

RGB 118 104 111 -
CMYK 0 0.12 0.06 0.54
HSL 330º 0.06% 0.44% -
HSV(B) 330º 0.12% 0.46% -
XYZ 15.29 14.9 17.11 -
YUV 108.98 129.14 134.43 -
System Red Green Blue C M Y K H S L
Decimal 118 104 111 0 0.12 0.06 0.54 330 0.06 0.44
Hex 76 68 6F 0 C 6 36 14A 6 2C
Octal 166 150 157 0 14 6 66 512 6 54
Binary 1110110 1101000 1101111 0 1100 110 110110 101001010 110 101100

Color Harmonies of #76686F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76686F

Black with #76686F

Text Example


Text Example

White with #76686F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76686F; }

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

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

background-color css

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

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

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

border-color css

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

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

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