Html Css Color HEX #756368 Scorpion

📋 copy color: '#756368'

red 117 ◦ green 99 ◦ blue 104

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

Shades of Scorpion #756368

Tints of Scorpion #756368

RGB

 RED value IS 117 (46.09% from 255) = 36.56%

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

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

R = 36.56%
G = 30.94%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#756368 (or 0x756368) is known color: Scorpion. HEX triplet: 75, 63 and 68. RGB value is (117,99,104). Sum of RGB (Red+Green+Blue) = 117+99+104=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 117 - color contains mainly: red. Hex color #756368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756368 is #8A9C97. Grayscale: #686868. Windows color (decimal): -9084056 or 6841205. OLE color: 6841205.

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

Color convert

RGB 117 99 104 -
CMYK 0 0.15 0.11 0.54
HSL 343.33º 0.08% 0.42% -
HSV(B) 343.33º 0.15% 0.46% -
XYZ 14.3 13.71 14.99 -
YUV 104.95 127.46 136.59 -
System Red Green Blue C M Y K H S L
Decimal 117 99 104 0 0.15 0.11 0.54 343.33 0.08 0.42
Hex 75 63 68 0 F B 36 157 8 2A
Octal 165 143 150 0 17 13 66 527 10 52
Binary 1110101 1100011 1101000 0 1111 1011 110110 101010111 1000 101010

Color Harmonies of #756368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756368

Black with #756368

Text Example


Text Example

White with #756368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756368; }

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

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

background-color css

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

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

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

border-color css

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

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

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