Html Css Color HEX #76626B Scorpion

📋 copy color: '#76626B'

red 118 ◦ green 98 ◦ blue 107

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

Shades of Scorpion #76626B

Tints of Scorpion #76626B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.13%

R = 36.53%
G = 30.34%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#76626B (or 0x76626B) is known color: Scorpion. HEX triplet: 76, 62 and 6B. RGB value is (118,98,107). Sum of RGB (Red+Green+Blue) = 118+98+107=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 118 - color contains mainly: red. Hex color #76626B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76626B is #899D94. Grayscale: #686868. Windows color (decimal): -9018773 or 7037558. OLE color: 7037558.

HSL color Cylindrical-coordinate representation of color #76626B: hue angle of 333º 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 #76626B is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 98 107 -
CMYK 0 0.17 0.09 0.54
HSL 333º 0.09% 0.42% -
HSV(B) 333º 0.17% 0.46% -
XYZ 14.49 13.65 15.78 -
YUV 105.01 129.13 137.27 -
System Red Green Blue C M Y K H S L
Decimal 118 98 107 0 0.17 0.09 0.54 333 0.09 0.42
Hex 76 62 6B 0 11 9 36 14D 9 2A
Octal 166 142 153 0 21 11 66 515 11 52
Binary 1110110 1100010 1101011 0 10001 1001 110110 101001101 1001 101010

Color Harmonies of #76626B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76626B

Black with #76626B

Text Example


Text Example

White with #76626B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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