Html Css Color HEX #766067 Scorpion

📋 copy color: '#766067'

red 118 ◦ green 96 ◦ blue 103

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

Shades of Scorpion #766067

Tints of Scorpion #766067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 32.49%

R = 37.22%
G = 30.28%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#766067 (or 0x766067) is known color: Scorpion. HEX triplet: 76, 60 and 67. RGB value is (118,96,103). Sum of RGB (Red+Green+Blue) = 118+96+103=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 103 (40.62% from 255 or 32.49% from 317); Max value from RGB is 118 - color contains mainly: red. Hex color #766067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766067 is #899F98. Grayscale: #676767. Windows color (decimal): -9019289 or 6774902. OLE color: 6774902.

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

Color convert

RGB 118 96 103 -
CMYK 0 0.19 0.13 0.54
HSL 340.91º 0.1% 0.42% -
HSV(B) 340.91º 0.19% 0.46% -
XYZ 14.1 13.2 14.64 -
YUV 103.38 127.79 138.43 -
System Red Green Blue C M Y K H S L
Decimal 118 96 103 0 0.19 0.13 0.54 340.91 0.1 0.42
Hex 76 60 67 0 13 D 36 155 A 2A
Octal 166 140 147 0 23 15 66 525 12 52
Binary 1110110 1100000 1100111 0 10011 1101 110110 101010101 1010 101010

Color Harmonies of #766067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766067

Black with #766067

Text Example


Text Example

White with #766067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766067; }

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

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

background-color css

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

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

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

border-color css

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

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

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