#76616A

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

Shades of Scorpion #76616A

Tints of Scorpion #76616A

Color information

#76616A (or 0x76616A) is unknown color: approx 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

RGB11897106-
CMYK00.180.100.54
HSL334.29º9.77%42.16%-
HSV(B)334.29º17.8%46.27%-
XYZ14.3513.4415.47-
YUV104.3128.96137.77-

RGB Variations

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

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.80% from 255) = 33.02%
R=36.76%
G=30.22%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1189710600.180.100.54334.299.7742.16
Hex76616A012A3614ea2a
Octal16614115202212665161252
Binary11101101100001110101001001010101101101010011101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76616A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>