Html Css Color HEX #756469 Scorpion

📋 copy color: '#756469'

red 117 ◦ green 100 ◦ blue 105

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

Shades of Scorpion #756469

Tints of Scorpion #756469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 32.61%

R = 36.34%
G = 31.06%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#756469 (or 0x756469) is known color: Scorpion. HEX triplet: 75, 64 and 69. RGB value is (117,100,105). Sum of RGB (Red+Green+Blue) = 117+100+105=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 105 (41.41% from 255 or 32.61% from 322); Max value from RGB is 117 - color contains mainly: red. Hex color #756469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756469 is #8A9B96. Grayscale: #696969. Windows color (decimal): -9083799 or 6906997. OLE color: 6906997.

HSL color Cylindrical-coordinate representation of color #756469: hue angle of 342.35º 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 #756469 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 100 105 -
CMYK 0 0.15 0.10 0.54
HSL 342.35º 0.08% 0.43% -
HSV(B) 342.35º 0.15% 0.46% -
XYZ 14.44 13.92 15.29 -
YUV 105.65 127.63 136.09 -
System Red Green Blue C M Y K H S L
Decimal 117 100 105 0 0.15 0.10 0.54 342.35 0.08 0.43
Hex 75 64 69 0 F A 36 156 8 2B
Octal 165 144 151 0 17 12 66 526 10 53
Binary 1110101 1100100 1101001 0 1111 1010 110110 101010110 1000 101011

Color Harmonies of #756469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756469

Black with #756469

Text Example


Text Example

White with #756469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756469; }

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

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

background-color css

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

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

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

border-color css

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

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

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