Html Css Color HEX #745E63 Scorpion

📋 copy color: '#745E63'

red 116 ◦ green 94 ◦ blue 99

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

Shades of Scorpion #745E63

Tints of Scorpion #745E63

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.42%

 BLUE value IS 99 (39.06% from 255) = 32.04%

R = 37.54%
G = 30.42%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#745E63 (or 0x745E63) is known color: Scorpion. HEX triplet: 74, 5E and 63. RGB value is (116,94,99). Sum of RGB (Red+Green+Blue) = 116+94+99=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 99 (39.06% from 255 or 32.04% from 309); Max value from RGB is 116 - color contains mainly: red. Hex color #745E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745E63 is #8BA19C. Grayscale: #656565. Windows color (decimal): -9150877 or 6512244. OLE color: 6512244.

HSL color Cylindrical-coordinate representation of color #745E63: hue angle of 346.36º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #745E63 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 94 99 -
CMYK 0 0.19 0.15 0.55
HSL 346.36º 0.1% 0.41% -
HSV(B) 346.36º 0.19% 0.45% -
XYZ 13.46 12.62 13.53 -
YUV 101.15 126.79 138.59 -
System Red Green Blue C M Y K H S L
Decimal 116 94 99 0 0.19 0.15 0.55 346.36 0.1 0.41
Hex 74 5E 63 0 13 F 37 15A A 29
Octal 164 136 143 0 23 17 67 532 12 51
Binary 1110100 1011110 1100011 0 10011 1111 110111 101011010 1010 101001

Color Harmonies of #745E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745E63

Black with #745E63

Text Example


Text Example

White with #745E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,94,99); }

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

background-color css

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

 a { background-color: rgb(116,94,99); }

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

border-color css

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

 span { border-color: rgb(116,94,99); }

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