Html Css Color HEX #766368 Scorpion

📋 copy color: '#766368'

red 118 ◦ green 99 ◦ blue 104

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

Shades of Scorpion #766368

Tints of Scorpion #766368

RGB

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

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

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

R = 36.76%
G = 30.84%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#766368 (or 0x766368) is known color: Scorpion. HEX triplet: 76, 63 and 68. RGB value is (118,99,104). Sum of RGB (Red+Green+Blue) = 118+99+104=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 118 - color contains mainly: red. Hex color #766368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766368 is #899C97. Grayscale: #696969. Windows color (decimal): -9018520 or 6841206. OLE color: 6841206.

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

Color convert

RGB 118 99 104 -
CMYK 0 0.16 0.12 0.54
HSL 344.21º 0.09% 0.43% -
HSV(B) 344.21º 0.16% 0.46% -
XYZ 14.43 13.77 14.99 -
YUV 105.25 127.29 137.09 -
System Red Green Blue C M Y K H S L
Decimal 118 99 104 0 0.16 0.12 0.54 344.21 0.09 0.43
Hex 76 63 68 0 10 C 36 158 9 2B
Octal 166 143 150 0 20 14 66 530 11 53
Binary 1110110 1100011 1101000 0 10000 1100 110110 101011000 1001 101011

Color Harmonies of #766368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766368

Black with #766368

Text Example


Text Example

White with #766368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766368; }

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

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

background-color css

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

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

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

border-color css

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

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

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