Html Css Color HEX #756268 Scorpion

📋 copy color: '#756268'

red 117 ◦ green 98 ◦ blue 104

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

Shades of Scorpion #756268

Tints of Scorpion #756268

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.72%

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

R = 36.68%
G = 30.72%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#756268 (or 0x756268) is known color: Scorpion. HEX triplet: 75, 62 and 68. RGB value is (117,98,104). Sum of RGB (Red+Green+Blue) = 117+98+104=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 117 - color contains mainly: red. Hex color #756268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756268 is #8A9D97. Grayscale: #686868. Windows color (decimal): -9084312 or 6840949. OLE color: 6840949.

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

Color convert

RGB 117 98 104 -
CMYK 0 0.16 0.11 0.54
HSL 341.05º 0.09% 0.42% -
HSV(B) 341.05º 0.16% 0.46% -
XYZ 14.2 13.52 14.96 -
YUV 104.37 127.79 137.01 -
System Red Green Blue C M Y K H S L
Decimal 117 98 104 0 0.16 0.11 0.54 341.05 0.09 0.42
Hex 75 62 68 0 10 B 36 155 9 2A
Octal 165 142 150 0 20 13 66 525 11 52
Binary 1110101 1100010 1101000 0 10000 1011 110110 101010101 1001 101010

Color Harmonies of #756268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756268

Black with #756268

Text Example


Text Example

White with #756268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756268; }

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

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

background-color css

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

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

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

border-color css

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

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

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