Html Css Color HEX #766367 Scorpion

📋 copy color: '#766367'

red 118 ◦ green 99 ◦ blue 103

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

Shades of Scorpion #766367

Tints of Scorpion #766367

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.94%

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

R = 36.88%
G = 30.94%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#766367 (or 0x766367) is known color: Scorpion. HEX triplet: 76, 63 and 67. RGB value is (118,99,103). Sum of RGB (Red+Green+Blue) = 118+99+103=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 103 (40.62% from 255 or 32.19% from 320); Max value from RGB is 118 - color contains mainly: red. Hex color #766367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766367 is #899C98. Grayscale: #696969. Windows color (decimal): -9018521 or 6775670. OLE color: 6775670.

HSL color Cylindrical-coordinate representation of color #766367: hue angle of 347.37º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #766367 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 99 103 -
CMYK 0 0.16 0.13 0.54
HSL 347.37º 0.09% 0.43% -
HSV(B) 347.37º 0.16% 0.46% -
XYZ 14.38 13.75 14.73 -
YUV 105.14 126.79 137.17 -
System Red Green Blue C M Y K H S L
Decimal 118 99 103 0 0.16 0.13 0.54 347.37 0.09 0.43
Hex 76 63 67 0 10 D 36 15B 9 2B
Octal 166 143 147 0 20 15 66 533 11 53
Binary 1110110 1100011 1100111 0 10000 1101 110110 101011011 1001 101011

Color Harmonies of #766367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766367

Black with #766367

Text Example


Text Example

White with #766367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766367; }

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

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

background-color css

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

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

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

border-color css

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

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

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