Html Css Color HEX #7D6571 Scorpion

📋 copy color: '#7D6571'

red 125 ◦ green 101 ◦ blue 113

#7D6571
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scorpion #7D6571

Tints of Scorpion #7D6571

RGB

 RED value IS 125 (49.22% from 255) = 36.87%

 GREEN value IS 101 (39.84% from 255) = 29.79%

 BLUE value IS 113 (44.53% from 255) = 33.33%

R = 36.87%
G = 29.79%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#7D6571 (or 0x7D6571) is known color: Scorpion. HEX triplet: 7D, 65 and 71. RGB value is (125,101,113). Sum of RGB (Red+Green+Blue) = 125+101+113=339 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.87% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6571 is #829A8E. Grayscale: #6D6D6D. Windows color (decimal): -8559247 or 7431549. OLE color: 7431549.

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

Color convert

RGB 125 101 113 -
CMYK 0 0.19 0.10 0.51
HSL 330º 0.11% 0.44% -
HSV(B) 330º 0.19% 0.49% -
XYZ 16.09 14.86 17.64 -
YUV 109.54 129.95 139.02 -
System Red Green Blue C M Y K H S L
Decimal 125 101 113 0 0.19 0.10 0.51 330 0.11 0.44
Hex 7D 65 71 0 13 A 33 14A B 2C
Octal 175 145 161 0 23 12 63 512 13 54
Binary 1111101 1100101 1110001 0 10011 1010 110011 101001010 1011 101100

Color Harmonies of #7D6571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6571

Black with #7D6571

Text Example


Text Example

White with #7D6571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7D6571;
 }
 .AnyTagClassName
 {
   color: #7D6571;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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