Html Css Color HEX #75696D Scorpion

📋 copy color: '#75696D'

red 117 ◦ green 105 ◦ blue 109

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

Shades of Scorpion #75696D

Tints of Scorpion #75696D

RGB

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

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

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

R = 35.35%
G = 31.72%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#75696D (or 0x75696D) is known color: Scorpion. HEX triplet: 75, 69 and 6D. RGB value is (117,105,109). Sum of RGB (Red+Green+Blue) = 117+105+109=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 117 - color contains mainly: red. Hex color #75696D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75696D is #8A9692. Grayscale: #6D6D6D. Windows color (decimal): -9082515 or 7170421. OLE color: 7170421.

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

Color convert

RGB 117 105 109 -
CMYK 0 0.10 0.07 0.54
HSL 340º 0.05% 0.44% -
HSV(B) 340º 0.1% 0.46% -
XYZ 15.15 14.99 16.56 -
YUV 109.04 127.98 133.67 -
System Red Green Blue C M Y K H S L
Decimal 117 105 109 0 0.10 0.07 0.54 340 0.05 0.44
Hex 75 69 6D 0 A 7 36 154 5 2C
Octal 165 151 155 0 12 7 66 524 5 54
Binary 1110101 1101001 1101101 0 1010 111 110110 101010100 101 101100

Color Harmonies of #75696D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75696D

Black with #75696D

Text Example


Text Example

White with #75696D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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