#7D6771

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

Shades of Scorpion #7D6771

Tints of Scorpion #7D6771

Color information

#7D6771 (or 0x7D6771) is unknown color: approx Scorpion. HEX triplet: 7D, 67 and 71. RGB value is (125,103,113). Sum of RGB (Red+Green+Blue) = 125+103+113=341 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.66% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6771 is #82988E. Grayscale: #6E6E6E. Windows color (decimal): -8558735 or 7432061. OLE color: 7432061.

HSL color Cylindrical-coordinate representation of color #7D6771: hue angle of 332.73º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7D6771 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB125103113-
CMYK00.180.100.51
HSL332.73º9.65%44.71%-
HSV(B)332.73º17.6%49.02%-
XYZ16.2915.2517.71-
YUV110.72129.29138.19-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.66%
GREEN value IS 103 (40.62% from 255) = 30.21%
BLUE value IS 113 (44.53% from 255) = 33.14%
R=36.66%
G=30.21%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12510311300.180.100.51332.739.6544.71
Hex7D6771012A3314da2d
Octal17514716102212635151255
Binary11111011100111111000101001010101100111010011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,103,113); }

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

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

 a { background-color: rgb(125,103,113); }

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

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

 span { border-color: rgb(125,103,113); }

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