Html Css Color HEX #756D71 Scorpion

📋 copy color: '#756D71'

red 117 ◦ green 109 ◦ blue 113

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

Shades of Scorpion #756D71

Tints of Scorpion #756D71

RGB

 RED value IS 117 (46.09% from 255) = 34.51%

 GREEN value IS 109 (42.97% from 255) = 32.15%

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

R = 34.51%
G = 32.15%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#756D71 (or 0x756D71) is known color: Scorpion. HEX triplet: 75, 6D and 71. RGB value is (117,109,113). Sum of RGB (Red+Green+Blue) = 117+109+113=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 117 - color contains mainly: red. Hex color #756D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756D71 is #8A928E. Grayscale: #6F6F6F. Windows color (decimal): -9081487 or 7433589. OLE color: 7433589.

HSL color Cylindrical-coordinate representation of color #756D71: hue angle of 330º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #756D71 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 109 113 -
CMYK 0 0.07 0.03 0.54
HSL 330º 0.04% 0.44% -
HSV(B) 330º 0.07% 0.46% -
XYZ 15.79 15.91 17.86 -
YUV 111.85 128.65 131.67 -
System Red Green Blue C M Y K H S L
Decimal 117 109 113 0 0.07 0.03 0.54 330 0.04 0.44
Hex 75 6D 71 0 7 3 36 14A 4 2C
Octal 165 155 161 0 7 3 66 512 4 54
Binary 1110101 1101101 1110001 0 111 11 110110 101001010 100 101100

Color Harmonies of #756D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756D71

Black with #756D71

Text Example


Text Example

White with #756D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756D71; }

 p { color: rgb(117,109,113); }

 H1.HeaderClassName
 {
   color: #756D71;
 }
 .AnyTagClassName
 {
   color: #756D71;
 }
</style>

background-color css

<style>
 a { background-color: #756D71; }

 a { background-color: rgb(117,109,113); }

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

border-color css

<style>
 span { border-color: #756D71; }

 span { border-color: rgb(117,109,113); }

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