Html Css Color HEX #75646D Scorpion

📋 copy color: '#75646D'

red 117 ◦ green 100 ◦ blue 109

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

Shades of Scorpion #75646D

Tints of Scorpion #75646D

RGB

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

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

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

R = 35.89%
G = 30.67%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#75646D (or 0x75646D) is known color: Scorpion. HEX triplet: 75, 64 and 6D. RGB value is (117,100,109). Sum of RGB (Red+Green+Blue) = 117+100+109=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 117 - color contains mainly: red. Hex color #75646D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75646D is #8A9B92. Grayscale: #6A6A6A. Windows color (decimal): -9083795 or 7169141. OLE color: 7169141.

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

Color convert

RGB 117 100 109 -
CMYK 0 0.15 0.07 0.54
HSL 328.24º 0.08% 0.43% -
HSV(B) 328.24º 0.15% 0.46% -
XYZ 14.65 14 16.4 -
YUV 106.11 129.63 135.77 -
System Red Green Blue C M Y K H S L
Decimal 117 100 109 0 0.15 0.07 0.54 328.24 0.08 0.43
Hex 75 64 6D 0 F 7 36 148 8 2B
Octal 165 144 155 0 17 7 66 510 10 53
Binary 1110101 1100100 1101101 0 1111 111 110110 101001000 1000 101011

Color Harmonies of #75646D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75646D

Black with #75646D

Text Example


Text Example

White with #75646D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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