Html Css Color HEX #75686F Scorpion

📋 copy color: '#75686F'

red 117 ◦ green 104 ◦ blue 111

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

Shades of Scorpion #75686F

Tints of Scorpion #75686F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.43%

R = 35.24%
G = 31.33%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#75686F (or 0x75686F) is known color: Scorpion. HEX triplet: 75, 68 and 6F. RGB value is (117,104,111). Sum of RGB (Red+Green+Blue) = 117+104+111=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 117 - color contains mainly: red. Hex color #75686F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75686F is #8A9790. Grayscale: #6C6C6C. Windows color (decimal): -9082769 or 7301237. OLE color: 7301237.

HSL color Cylindrical-coordinate representation of color #75686F: hue angle of 327.69º 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 #75686F is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 104 111 -
CMYK 0 0.11 0.05 0.54
HSL 327.69º 0.06% 0.43% -
HSV(B) 327.69º 0.11% 0.46% -
XYZ 15.16 14.83 17.1 -
YUV 108.69 129.31 133.93 -
System Red Green Blue C M Y K H S L
Decimal 117 104 111 0 0.11 0.05 0.54 327.69 0.06 0.43
Hex 75 68 6F 0 B 5 36 148 6 2B
Octal 165 150 157 0 13 5 66 510 6 53
Binary 1110101 1101000 1101111 0 1011 101 110110 101001000 110 101011

Color Harmonies of #75686F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75686F

Black with #75686F

Text Example


Text Example

White with #75686F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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