Html Css Color HEX #756E71 Scorpion

📋 copy color: '#756E71'

red 117 ◦ green 110 ◦ blue 113

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

Shades of Scorpion #756E71

Tints of Scorpion #756E71

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.35%

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

R = 34.41%
G = 32.35%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#756E71 (or 0x756E71) is known color: Scorpion. HEX triplet: 75, 6E and 71. RGB value is (117,110,113). Sum of RGB (Red+Green+Blue) = 117+110+113=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 117 - color contains mainly: red. Hex color #756E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756E71 is #8A918E. Grayscale: #707070. Windows color (decimal): -9081231 or 7433845. OLE color: 7433845.

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

Color convert

RGB 117 110 113 -
CMYK 0 0.06 0.03 0.54
HSL 334.29º 0.03% 0.45% -
HSV(B) 334.29º 0.06% 0.46% -
XYZ 15.89 16.13 17.9 -
YUV 112.44 128.32 131.26 -
System Red Green Blue C M Y K H S L
Decimal 117 110 113 0 0.06 0.03 0.54 334.29 0.03 0.45
Hex 75 6E 71 0 6 3 36 14E 3 2D
Octal 165 156 161 0 6 3 66 516 3 55
Binary 1110101 1101110 1110001 0 110 11 110110 101001110 11 101101

Color Harmonies of #756E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756E71

Black with #756E71

Text Example


Text Example

White with #756E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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