Html Css Color HEX #76686E Scorpion

📋 copy color: '#76686E'

red 118 ◦ green 104 ◦ blue 110

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

Shades of Scorpion #76686E

Tints of Scorpion #76686E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.13%

R = 35.54%
G = 31.33%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#76686E (or 0x76686E) is known color: Scorpion. HEX triplet: 76, 68 and 6E. RGB value is (118,104,110). Sum of RGB (Red+Green+Blue) = 118+104+110=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 118 - color contains mainly: red. Hex color #76686E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76686E is #899791. Grayscale: #6C6C6C. Windows color (decimal): -9017234 or 7235702. OLE color: 7235702.

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

Color convert

RGB 118 104 110 -
CMYK 0 0.12 0.07 0.54
HSL 334.29º 0.06% 0.44% -
HSV(B) 334.29º 0.12% 0.46% -
XYZ 15.24 14.88 16.82 -
YUV 108.87 128.64 134.51 -
System Red Green Blue C M Y K H S L
Decimal 118 104 110 0 0.12 0.07 0.54 334.29 0.06 0.44
Hex 76 68 6E 0 C 7 36 14E 6 2C
Octal 166 150 156 0 14 7 66 516 6 54
Binary 1110110 1101000 1101110 0 1100 111 110110 101001110 110 101100

Color Harmonies of #76686E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76686E

Black with #76686E

Text Example


Text Example

White with #76686E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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