Html Css Color HEX #766068 Scorpion

📋 copy color: '#766068'

red 118 ◦ green 96 ◦ blue 104

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

Shades of Scorpion #766068

Tints of Scorpion #766068

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.19%

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

R = 37.11%
G = 30.19%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#766068 (or 0x766068) is known color: Scorpion. HEX triplet: 76, 60 and 68. RGB value is (118,96,104). Sum of RGB (Red+Green+Blue) = 118+96+104=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 118 - color contains mainly: red. Hex color #766068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766068 is #899F97. Grayscale: #676767. Windows color (decimal): -9019288 or 6840438. OLE color: 6840438.

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

Color convert

RGB 118 96 104 -
CMYK 0 0.19 0.12 0.54
HSL 338.18º 0.1% 0.42% -
HSV(B) 338.18º 0.19% 0.46% -
XYZ 14.15 13.22 14.9 -
YUV 103.49 128.29 138.35 -
System Red Green Blue C M Y K H S L
Decimal 118 96 104 0 0.19 0.12 0.54 338.18 0.1 0.42
Hex 76 60 68 0 13 C 36 152 A 2A
Octal 166 140 150 0 23 14 66 522 12 52
Binary 1110110 1100000 1101000 0 10011 1100 110110 101010010 1010 101010

Color Harmonies of #766068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766068

Black with #766068

Text Example


Text Example

White with #766068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766068; }

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

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

background-color css

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

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

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

border-color css

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

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

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