Html Css Color HEX #75686D Scorpion

📋 copy color: '#75686D'

red 117 ◦ green 104 ◦ blue 109

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

Shades of Scorpion #75686D

Tints of Scorpion #75686D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.52%

 BLUE value IS 109 (42.97% from 255) = 33.03%

R = 35.45%
G = 31.52%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#75686D (or 0x75686D) is known color: Scorpion. HEX triplet: 75, 68 and 6D. RGB value is (117,104,109). Sum of RGB (Red+Green+Blue) = 117+104+109=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 117 - color contains mainly: red. Hex color #75686D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75686D is #8A9792. Grayscale: #6C6C6C. Windows color (decimal): -9082771 or 7170165. OLE color: 7170165.

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

Color convert

RGB 117 104 109 -
CMYK 0 0.11 0.07 0.54
HSL 336.92º 0.06% 0.43% -
HSV(B) 336.92º 0.11% 0.46% -
XYZ 15.05 14.79 16.53 -
YUV 108.46 128.31 134.09 -
System Red Green Blue C M Y K H S L
Decimal 117 104 109 0 0.11 0.07 0.54 336.92 0.06 0.43
Hex 75 68 6D 0 B 7 36 151 6 2B
Octal 165 150 155 0 13 7 66 521 6 53
Binary 1110101 1101000 1101101 0 1011 111 110110 101010001 110 101011

Color Harmonies of #75686D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75686D

Black with #75686D

Text Example


Text Example

White with #75686D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75686D; }

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

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

background-color css

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

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

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

border-color css

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

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

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