Html Css Color HEX #756165 Scorpion

📋 copy color: '#756165'

red 117 ◦ green 97 ◦ blue 101

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

Shades of Scorpion #756165

Tints of Scorpion #756165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.06%

R = 37.14%
G = 30.79%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#756165 (or 0x756165) is known color: Scorpion. HEX triplet: 75, 61 and 65. RGB value is (117,97,101). Sum of RGB (Red+Green+Blue) = 117+97+101=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 97 (38.28% from 255 or 30.79% from 315); Blue value is 101 (39.84% from 255 or 32.06% from 315); Max value from RGB is 117 - color contains mainly: red. Hex color #756165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756165 is #8A9E9A. Grayscale: #676767. Windows color (decimal): -9084571 or 6644085. OLE color: 6644085.

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

Color convert

RGB 117 97 101 -
CMYK 0 0.17 0.14 0.54
HSL 348º 0.09% 0.42% -
HSV(B) 348º 0.17% 0.46% -
XYZ 13.96 13.27 14.14 -
YUV 103.44 126.63 137.67 -
System Red Green Blue C M Y K H S L
Decimal 117 97 101 0 0.17 0.14 0.54 348 0.09 0.42
Hex 75 61 65 0 11 E 36 15C 9 2A
Octal 165 141 145 0 21 16 66 534 11 52
Binary 1110101 1100001 1100101 0 10001 1110 110110 101011100 1001 101010

Color Harmonies of #756165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756165

Black with #756165

Text Example


Text Example

White with #756165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756165; }

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

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

background-color css

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

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

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

border-color css

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

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

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