Html Css Color HEX #76626D Scorpion

📋 copy color: '#76626D'

red 118 ◦ green 98 ◦ blue 109

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

Shades of Scorpion #76626D

Tints of Scorpion #76626D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.15%

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

R = 36.31%
G = 30.15%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#76626D (or 0x76626D) is known color: Scorpion. HEX triplet: 76, 62 and 6D. RGB value is (118,98,109). Sum of RGB (Red+Green+Blue) = 118+98+109=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 118 - color contains mainly: red. Hex color #76626D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76626D is #899D92. Grayscale: #696969. Windows color (decimal): -9018771 or 7168630. OLE color: 7168630.

HSL color Cylindrical-coordinate representation of color #76626D: hue angle of 327º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #76626D is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 98 109 -
CMYK 0 0.17 0.08 0.54
HSL 327º 0.09% 0.42% -
HSV(B) 327º 0.17% 0.46% -
XYZ 14.6 13.69 16.34 -
YUV 105.23 130.13 137.11 -
System Red Green Blue C M Y K H S L
Decimal 118 98 109 0 0.17 0.08 0.54 327 0.09 0.42
Hex 76 62 6D 0 11 8 36 147 9 2A
Octal 166 142 155 0 21 10 66 507 11 52
Binary 1110110 1100010 1101101 0 10001 1000 110110 101000111 1001 101010

Color Harmonies of #76626D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76626D

Black with #76626D

Text Example


Text Example

White with #76626D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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