#7B676F

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

Shades of Scorpion #7B676F

Tints of Scorpion #7B676F

Color information

#7B676F (or 0x7B676F) is unknown color: approx Scorpion. HEX triplet: 7B, 67 and 6F. RGB value is (123,103,111). Sum of RGB (Red+Green+Blue) = 123+103+111=337 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.50% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 123 - color contains mainly: red. Hex color #7B676F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B676F is #849890. Grayscale: #6D6D6D. Windows color (decimal): -8689809 or 7300987. OLE color: 7300987.

HSL color Cylindrical-coordinate representation of color #7B676F: hue angle of 336º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7B676F is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB123103111-
CMYK00.160.100.52
HSL336º8.85%44.31%-
HSV(B)336º16.26%48.24%-
XYZ15.8915.0617.11-
YUV109.89128.63137.35-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.50%
GREEN value IS 103 (40.62% from 255) = 30.56%
BLUE value IS 111 (43.75% from 255) = 32.94%
R=36.50%
G=30.56%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12310311100.160.100.523368.8544.31
Hex7B676F010A3415092c
Octal17314715702012645201154
Binary11110111100111110111101000010101101001010100001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B676F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B676F; }

 p { color: rgb(123,103,111); }

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

<style>
 a { background-color: #7B676F; }

 a { background-color: rgb(123,103,111); }

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

<style>
 span { border-color: #7B676F; }

 span { border-color: rgb(123,103,111); }

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