Html Css Color HEX #756468 Scorpion

📋 copy color: '#756468'

red 117 ◦ green 100 ◦ blue 104

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

Shades of Scorpion #756468

Tints of Scorpion #756468

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.15%

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

R = 36.45%
G = 31.15%
B = 32.4%

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

#756468 (or 0x756468) is known color: Scorpion. HEX triplet: 75, 64 and 68. RGB value is (117,100,104). Sum of RGB (Red+Green+Blue) = 117+100+104=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 100 (39.45% from 255 or 31.15% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 117 - color contains mainly: red. Hex color #756468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756468 is #8A9B97. Grayscale: #696969. Windows color (decimal): -9083800 or 6841461. OLE color: 6841461.

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

Color convert

RGB 117 100 104 -
CMYK 0 0.15 0.11 0.54
HSL 345.88º 0.08% 0.43% -
HSV(B) 345.88º 0.15% 0.46% -
XYZ 14.39 13.9 15.02 -
YUV 105.54 127.13 136.17 -
System Red Green Blue C M Y K H S L
Decimal 117 100 104 0 0.15 0.11 0.54 345.88 0.08 0.43
Hex 75 64 68 0 F B 36 15A 8 2B
Octal 165 144 150 0 17 13 66 532 10 53
Binary 1110101 1100100 1101000 0 1111 1011 110110 101011010 1000 101011

Color Harmonies of #756468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756468

Black with #756468

Text Example


Text Example

White with #756468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756468; }

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

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

background-color css

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

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

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

border-color css

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

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

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