Html Css Color HEX #75696F Scorpion

📋 copy color: '#75696F'

red 117 ◦ green 105 ◦ blue 111

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

Shades of Scorpion #75696F

Tints of Scorpion #75696F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.53%

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

R = 35.14%
G = 31.53%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#75696F (or 0x75696F) is known color: Scorpion. HEX triplet: 75, 69 and 6F. RGB value is (117,105,111). Sum of RGB (Red+Green+Blue) = 117+105+111=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 117 - color contains mainly: red. Hex color #75696F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75696F is #8A9690. Grayscale: #6D6D6D. Windows color (decimal): -9082513 or 7301493. OLE color: 7301493.

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

Color convert

RGB 117 105 111 -
CMYK 0 0.10 0.05 0.54
HSL 330º 0.05% 0.44% -
HSV(B) 330º 0.1% 0.46% -
XYZ 15.26 15.03 17.14 -
YUV 109.27 128.98 133.51 -
System Red Green Blue C M Y K H S L
Decimal 117 105 111 0 0.10 0.05 0.54 330 0.05 0.44
Hex 75 69 6F 0 A 5 36 14A 5 2C
Octal 165 151 157 0 12 5 66 512 5 54
Binary 1110101 1101001 1101111 0 1010 101 110110 101001010 101 101100

Color Harmonies of #75696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75696F

Black with #75696F

Text Example


Text Example

White with #75696F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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