Html Css Color HEX #766165 Scorpion

📋 copy color: '#766165'

red 118 ◦ green 97 ◦ blue 101

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

Shades of Scorpion #766165

Tints of Scorpion #766165

RGB

 RED value IS 118 (46.48% from 255) = 37.34%

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

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

R = 37.34%
G = 30.7%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#766165 (or 0x766165) is known color: Scorpion. HEX triplet: 76, 61 and 65. RGB value is (118,97,101). Sum of RGB (Red+Green+Blue) = 118+97+101=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 118 - color contains mainly: red. Hex color #766165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766165 is #899E9A. Grayscale: #676767. Windows color (decimal): -9019035 or 6644086. OLE color: 6644086.

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

Color convert

RGB 118 97 101 -
CMYK 0 0.18 0.14 0.54
HSL 348.57º 0.1% 0.42% -
HSV(B) 348.57º 0.18% 0.46% -
XYZ 14.09 13.34 14.14 -
YUV 103.74 126.46 138.17 -
System Red Green Blue C M Y K H S L
Decimal 118 97 101 0 0.18 0.14 0.54 348.57 0.1 0.42
Hex 76 61 65 0 12 E 36 15D A 2A
Octal 166 141 145 0 22 16 66 535 12 52
Binary 1110110 1100001 1100101 0 10010 1110 110110 101011101 1010 101010

Color Harmonies of #766165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766165

Black with #766165

Text Example


Text Example

White with #766165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766165; }

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

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

background-color css

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

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

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

border-color css

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

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

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