Html Css Color HEX #756B70 Scorpion

📋 copy color: '#756B70'

red 117 ◦ green 107 ◦ blue 112

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

Shades of Scorpion #756B70

Tints of Scorpion #756B70

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.85%

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

R = 34.82%
G = 31.85%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#756B70 (or 0x756B70) is known color: Scorpion. HEX triplet: 75, 6B and 70. RGB value is (117,107,112). Sum of RGB (Red+Green+Blue) = 117+107+112=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 117 - color contains mainly: red. Hex color #756B70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756B70 is #8A948F. Grayscale: #6E6E6E. Windows color (decimal): -9082000 or 7367541. OLE color: 7367541.

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

Color convert

RGB 117 107 112 -
CMYK 0 0.09 0.04 0.54
HSL 330º 0.04% 0.44% -
HSV(B) 330º 0.09% 0.46% -
XYZ 15.52 15.47 17.5 -
YUV 110.56 128.81 132.59 -
System Red Green Blue C M Y K H S L
Decimal 117 107 112 0 0.09 0.04 0.54 330 0.04 0.44
Hex 75 6B 70 0 9 4 36 14A 4 2C
Octal 165 153 160 0 11 4 66 512 4 54
Binary 1110101 1101011 1110000 0 1001 100 110110 101001010 100 101100

Color Harmonies of #756B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756B70

Black with #756B70

Text Example


Text Example

White with #756B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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