Html Css Color HEX #756169 Scorpion

📋 copy color: '#756169'

red 117 ◦ green 97 ◦ blue 105

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

Shades of Scorpion #756169

Tints of Scorpion #756169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 32.92%

R = 36.68%
G = 30.41%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#756169 (or 0x756169) is known color: Scorpion. HEX triplet: 75, 61 and 69. RGB value is (117,97,105). Sum of RGB (Red+Green+Blue) = 117+97+105=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 105 (41.41% from 255 or 32.92% from 319); Max value from RGB is 117 - color contains mainly: red. Hex color #756169 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756169 is #8A9E96. Grayscale: #676767. Windows color (decimal): -9084567 or 6906229. OLE color: 6906229.

HSL color Cylindrical-coordinate representation of color #756169: hue angle of 336º 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 #756169 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 97 105 -
CMYK 0 0.17 0.10 0.54
HSL 336º 0.09% 0.42% -
HSV(B) 336º 0.17% 0.46% -
XYZ 14.16 13.35 15.2 -
YUV 103.89 128.63 137.35 -
System Red Green Blue C M Y K H S L
Decimal 117 97 105 0 0.17 0.10 0.54 336 0.09 0.42
Hex 75 61 69 0 11 A 36 150 9 2A
Octal 165 141 151 0 21 12 66 520 11 52
Binary 1110101 1100001 1101001 0 10001 1010 110110 101010000 1001 101010

Color Harmonies of #756169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756169

Black with #756169

Text Example


Text Example

White with #756169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756169; }

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

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

background-color css

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

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

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

border-color css

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

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

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