#76616B

Color #76616B Scorpion (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scorpion #76616B

Tints of Scorpion #76616B

Color information

#76616B (or 0x76616B) is unknown color: approx Scorpion. HEX triplet: 76, 61 and 6B. RGB value is (118,97,107). Sum of RGB (Red+Green+Blue) = 118+97+107=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 118 - color contains mainly: red. Hex color #76616B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76616B is #899E94. Grayscale: #686868. Windows color (decimal): -9019029 or 7037302. OLE color: 7037302.

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

Color convert

RGB11897107-
CMYK00.180.090.54
HSL331.43º9.77%42.16%-
HSV(B)331.43º17.8%46.27%-
XYZ14.413.4615.75-
YUV104.42129.46137.69-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.65%
GREEN value IS 97 (38.28% from 255) = 30.12%
BLUE value IS 107 (42.19% from 255) = 33.23%
R=36.65%
G=30.12%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1189710700.180.090.54331.439.7742.16
Hex76616B01293614ba2a
Octal16614115302211665131252
Binary11101101100001110101101001010011101101010010111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76616B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #76616B;
 }
 .AnyTagClassName
 {
   color: #76616B;
 }
</style>
background-color css

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

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

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

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

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

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