Html Css Color HEX #76616A Scorpion

📋 copy color: '#76616A'

red 118 ◦ green 97 ◦ blue 106

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

Shades of Scorpion #76616A

Tints of Scorpion #76616A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.22%

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

R = 36.76%
G = 30.22%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#76616A (or 0x76616A) is known color: Scorpion. HEX triplet: 76, 61 and 6A. RGB value is (118,97,106). Sum of RGB (Red+Green+Blue) = 118+97+106=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 118 - color contains mainly: red. Hex color #76616A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76616A is #899E95. Grayscale: #686868. Windows color (decimal): -9019030 or 6971766. OLE color: 6971766.

HSL color Cylindrical-coordinate representation of color #76616A: hue angle of 334.29º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #76616A is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 97 106 -
CMYK 0 0.18 0.10 0.54
HSL 334.29º 0.1% 0.42% -
HSV(B) 334.29º 0.18% 0.46% -
XYZ 14.35 13.44 15.47 -
YUV 104.31 128.96 137.77 -
System Red Green Blue C M Y K H S L
Decimal 118 97 106 0 0.18 0.10 0.54 334.29 0.1 0.42
Hex 76 61 6A 0 12 A 36 14E A 2A
Octal 166 141 152 0 22 12 66 516 12 52
Binary 1110110 1100001 1101010 0 10010 1010 110110 101001110 1010 101010

Color Harmonies of #76616A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76616A

Black with #76616A

Text Example


Text Example

White with #76616A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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