Html Css Color HEX #76686D Scorpion

📋 copy color: '#76686D'

red 118 ◦ green 104 ◦ blue 109

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

Shades of Scorpion #76686D

Tints of Scorpion #76686D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.93%

R = 35.65%
G = 31.42%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#76686D (or 0x76686D) is known color: Scorpion. HEX triplet: 76, 68 and 6D. RGB value is (118,104,109). Sum of RGB (Red+Green+Blue) = 118+104+109=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 118 - color contains mainly: red. Hex color #76686D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76686D is #899792. Grayscale: #6C6C6C. Windows color (decimal): -9017235 or 7170166. OLE color: 7170166.

HSL color Cylindrical-coordinate representation of color #76686D: hue angle of 338.57º 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 #76686D is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 104 109 -
CMYK 0 0.12 0.08 0.54
HSL 338.57º 0.06% 0.44% -
HSV(B) 338.57º 0.12% 0.46% -
XYZ 15.18 14.86 16.54 -
YUV 108.76 128.14 134.59 -
System Red Green Blue C M Y K H S L
Decimal 118 104 109 0 0.12 0.08 0.54 338.57 0.06 0.44
Hex 76 68 6D 0 C 8 36 153 6 2C
Octal 166 150 155 0 14 10 66 523 6 54
Binary 1110110 1101000 1101101 0 1100 1000 110110 101010011 110 101100

Color Harmonies of #76686D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76686D

Black with #76686D

Text Example


Text Example

White with #76686D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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