Html Css Color HEX #76626A Scorpion

📋 copy color: '#76626A'

red 118 ◦ green 98 ◦ blue 106

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

Shades of Scorpion #76626A

Tints of Scorpion #76626A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.92%

R = 36.65%
G = 30.43%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#76626A (or 0x76626A) is known color: Scorpion. HEX triplet: 76, 62 and 6A. RGB value is (118,98,106). Sum of RGB (Red+Green+Blue) = 118+98+106=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 118 - color contains mainly: red. Hex color #76626A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76626A is #899D95. Grayscale: #686868. Windows color (decimal): -9018774 or 6972022. OLE color: 6972022.

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

Color convert

RGB 118 98 106 -
CMYK 0 0.17 0.10 0.54
HSL 336º 0.09% 0.42% -
HSV(B) 336º 0.17% 0.46% -
XYZ 14.44 13.63 15.5 -
YUV 104.89 128.63 137.35 -
System Red Green Blue C M Y K H S L
Decimal 118 98 106 0 0.17 0.10 0.54 336 0.09 0.42
Hex 76 62 6A 0 11 A 36 150 9 2A
Octal 166 142 152 0 21 12 66 520 11 52
Binary 1110110 1100010 1101010 0 10001 1010 110110 101010000 1001 101010

Color Harmonies of #76626A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76626A

Black with #76626A

Text Example


Text Example

White with #76626A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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