Html Css Color HEX #745D64 Scorpion

📋 copy color: '#745D64'

red 116 ◦ green 93 ◦ blue 100

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

Shades of Scorpion #745D64

Tints of Scorpion #745D64

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.1%

 BLUE value IS 100 (39.45% from 255) = 32.36%

R = 37.54%
G = 30.1%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#745D64 (or 0x745D64) is known color: Scorpion. HEX triplet: 74, 5D and 64. RGB value is (116,93,100). Sum of RGB (Red+Green+Blue) = 116+93+100=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 116 - color contains mainly: red. Hex color #745D64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745D64 is #8BA29B. Grayscale: #646464. Windows color (decimal): -9151132 or 6577524. OLE color: 6577524.

HSL color Cylindrical-coordinate representation of color #745D64: hue angle of 341.74º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #745D64 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 93 100 -
CMYK 0 0.20 0.14 0.55
HSL 341.74º 0.11% 0.41% -
HSV(B) 341.74º 0.2% 0.45% -
XYZ 13.42 12.46 13.75 -
YUV 100.68 127.62 138.93 -
System Red Green Blue C M Y K H S L
Decimal 116 93 100 0 0.20 0.14 0.55 341.74 0.11 0.41
Hex 74 5D 64 0 14 E 37 156 B 29
Octal 164 135 144 0 24 16 67 526 13 51
Binary 1110100 1011101 1100100 0 10100 1110 110111 101010110 1011 101001

Color Harmonies of #745D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745D64

Black with #745D64

Text Example


Text Example

White with #745D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745D64; }

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

 H1.HeaderClassName
 {
   color: #745D64;
 }
 .AnyTagClassName
 {
   color: #745D64;
 }
</style>

background-color css

<style>
 a { background-color: #745D64; }

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

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

border-color css

<style>
 span { border-color: #745D64; }

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

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