Html Css Color HEX #766168 Scorpion

📋 copy color: '#766168'

red 118 ◦ green 97 ◦ blue 104

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

Shades of Scorpion #766168

Tints of Scorpion #766168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 32.6%

R = 36.99%
G = 30.41%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#766168 (or 0x766168) is known color: Scorpion. HEX triplet: 76, 61 and 68. RGB value is (118,97,104). Sum of RGB (Red+Green+Blue) = 118+97+104=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 118 - color contains mainly: red. Hex color #766168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766168 is #899E97. Grayscale: #686868. Windows color (decimal): -9019032 or 6840694. OLE color: 6840694.

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

Color convert

RGB 118 97 104 -
CMYK 0 0.18 0.12 0.54
HSL 340º 0.1% 0.42% -
HSV(B) 340º 0.18% 0.46% -
XYZ 14.24 13.4 14.93 -
YUV 104.08 127.96 137.93 -
System Red Green Blue C M Y K H S L
Decimal 118 97 104 0 0.18 0.12 0.54 340 0.1 0.42
Hex 76 61 68 0 12 C 36 154 A 2A
Octal 166 141 150 0 22 14 66 524 12 52
Binary 1110110 1100001 1101000 0 10010 1100 110110 101010100 1010 101010

Color Harmonies of #766168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766168

Black with #766168

Text Example


Text Example

White with #766168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766168; }

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

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

background-color css

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

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

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

border-color css

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

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

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