Html Css Color HEX #76686C Scorpion

📋 copy color: '#76686C'

red 118 ◦ green 104 ◦ blue 108

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

Shades of Scorpion #76686C

Tints of Scorpion #76686C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.73%

R = 35.76%
G = 31.52%
B = 32.73%

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

#76686C (or 0x76686C) is known color: Scorpion. HEX triplet: 76, 68 and 6C. RGB value is (118,104,108). Sum of RGB (Red+Green+Blue) = 118+104+108=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 118 - color contains mainly: red. Hex color #76686C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76686C is #899793. Grayscale: #6C6C6C. Windows color (decimal): -9017236 or 7104630. OLE color: 7104630.

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

Color convert

RGB 118 104 108 -
CMYK 0 0.12 0.08 0.54
HSL 342.86º 0.06% 0.44% -
HSV(B) 342.86º 0.12% 0.46% -
XYZ 15.13 14.83 16.25 -
YUV 108.64 127.64 134.67 -
System Red Green Blue C M Y K H S L
Decimal 118 104 108 0 0.12 0.08 0.54 342.86 0.06 0.44
Hex 76 68 6C 0 C 8 36 157 6 2C
Octal 166 150 154 0 14 10 66 527 6 54
Binary 1110110 1101000 1101100 0 1100 1000 110110 101010111 110 101100

Color Harmonies of #76686C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76686C

Black with #76686C

Text Example


Text Example

White with #76686C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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