#7B6069

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

Shades of Scorpion #7B6069

Tints of Scorpion #7B6069

Color information

#7B6069 (or 0x7B6069) is unknown color: approx Scorpion. HEX triplet: 7B, 60 and 69. RGB value is (123,96,105). Sum of RGB (Red+Green+Blue) = 123+96+105=324 (42% of max value = 765). Red value is 123 (48.44% from 255 or 37.96% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 105 (41.41% from 255 or 32.41% from 324); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6069 is #849F96. Grayscale: #696969. Windows color (decimal): -8691607 or 6905979. OLE color: 6905979.

HSL color Cylindrical-coordinate representation of color #7B6069: hue angle of 340º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7B6069 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB12396105-
CMYK00.220.150.52
HSL340º12.33%42.94%-
HSV(B)340º21.95%48.24%-
XYZ14.913.615.2-
YUV105.1127.95140.77-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.96%
GREEN value IS 96 (37.89% from 255) = 29.63%
BLUE value IS 105 (41.41% from 255) = 32.41%
R=37.96%
G=29.63%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1239610500.220.150.5234012.3342.94
Hex7B6069016F34154c2b
Octal17314015102617645241453
Binary11110111100000110100101011011111101001010101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,96,105); }

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

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

 a { background-color: rgb(123,96,105); }

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

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

 span { border-color: rgb(123,96,105); }

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