Html Css Color HEX #756166 Scorpion

📋 copy color: '#756166'

red 117 ◦ green 97 ◦ blue 102

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

Shades of Scorpion #756166

Tints of Scorpion #756166

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.7%

 BLUE value IS 102 (40.23% from 255) = 32.28%

R = 37.03%
G = 30.7%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#756166 (or 0x756166) is known color: Scorpion. HEX triplet: 75, 61 and 66. RGB value is (117,97,102). Sum of RGB (Red+Green+Blue) = 117+97+102=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 102 (40.23% from 255 or 32.28% from 316); Max value from RGB is 117 - color contains mainly: red. Hex color #756166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756166 is #8A9E99. Grayscale: #676767. Windows color (decimal): -9084570 or 6709621. OLE color: 6709621.

HSL color Cylindrical-coordinate representation of color #756166: hue angle of 345º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #756166 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 97 102 -
CMYK 0 0.17 0.13 0.54
HSL 345º 0.09% 0.42% -
HSV(B) 345º 0.17% 0.46% -
XYZ 14.01 13.29 14.4 -
YUV 103.55 127.13 137.59 -
System Red Green Blue C M Y K H S L
Decimal 117 97 102 0 0.17 0.13 0.54 345 0.09 0.42
Hex 75 61 66 0 11 D 36 159 9 2A
Octal 165 141 146 0 21 15 66 531 11 52
Binary 1110101 1100001 1100110 0 10001 1101 110110 101011001 1001 101010

Color Harmonies of #756166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756166

Black with #756166

Text Example


Text Example

White with #756166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756166; }

 p { color: rgb(117,97,102); }

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

background-color css

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

 a { background-color: rgb(117,97,102); }

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

border-color css

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

 span { border-color: rgb(117,97,102); }

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