Html Css Color HEX #756C70 Scorpion

📋 copy color: '#756C70'

red 117 ◦ green 108 ◦ blue 112

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

Shades of Scorpion #756C70

Tints of Scorpion #756C70

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.05%

 BLUE value IS 112 (44.14% from 255) = 33.23%

R = 34.72%
G = 32.05%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#756C70 (or 0x756C70) is known color: Scorpion. HEX triplet: 75, 6C and 70. RGB value is (117,108,112). Sum of RGB (Red+Green+Blue) = 117+108+112=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 117 - color contains mainly: red. Hex color #756C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756C70 is #8A938F. Grayscale: #6F6F6F. Windows color (decimal): -9081744 or 7367797. OLE color: 7367797.

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

Color convert

RGB 117 108 112 -
CMYK 0 0.08 0.04 0.54
HSL 333.33º 0.04% 0.44% -
HSV(B) 333.33º 0.08% 0.46% -
XYZ 15.62 15.68 17.53 -
YUV 111.15 128.48 132.17 -
System Red Green Blue C M Y K H S L
Decimal 117 108 112 0 0.08 0.04 0.54 333.33 0.04 0.44
Hex 75 6C 70 0 8 4 36 14D 4 2C
Octal 165 154 160 0 10 4 66 515 4 54
Binary 1110101 1101100 1110000 0 1000 100 110110 101001101 100 101100

Color Harmonies of #756C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756C70

Black with #756C70

Text Example


Text Example

White with #756C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756C70; }

 p { color: rgb(117,108,112); }

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

background-color css

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

 a { background-color: rgb(117,108,112); }

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

border-color css

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

 span { border-color: rgb(117,108,112); }

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