Html Css Color HEX #74646D Scorpion

📋 copy color: '#74646D'

red 116 ◦ green 100 ◦ blue 109

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

Shades of Scorpion #74646D

Tints of Scorpion #74646D

RGB

 RED value IS 116 (45.7% from 255) = 35.69%

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

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

R = 35.69%
G = 30.77%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#74646D (or 0x74646D) is known color: Scorpion. HEX triplet: 74, 64 and 6D. RGB value is (116,100,109). Sum of RGB (Red+Green+Blue) = 116+100+109=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 116 - color contains mainly: red. Hex color #74646D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74646D is #8B9B92. Grayscale: #696969. Windows color (decimal): -9149331 or 7169140. OLE color: 7169140.

HSL color Cylindrical-coordinate representation of color #74646D: hue angle of 326.25º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #74646D is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 100 109 -
CMYK 0 0.14 0.06 0.55
HSL 326.25º 0.07% 0.42% -
HSV(B) 326.25º 0.14% 0.45% -
XYZ 14.52 13.93 16.39 -
YUV 105.81 129.8 135.27 -
System Red Green Blue C M Y K H S L
Decimal 116 100 109 0 0.14 0.06 0.55 326.25 0.07 0.42
Hex 74 64 6D 0 E 6 37 146 7 2A
Octal 164 144 155 0 16 6 67 506 7 52
Binary 1110100 1100100 1101101 0 1110 110 110111 101000110 111 101010

Color Harmonies of #74646D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74646D

Black with #74646D

Text Example


Text Example

White with #74646D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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