Html Css Color HEX #745B63 Scorpion

📋 copy color: '#745B63'

red 116 ◦ green 91 ◦ blue 99

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

Shades of Scorpion #745B63

Tints of Scorpion #745B63

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.74%

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

R = 37.91%
G = 29.74%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#745B63 (or 0x745B63) is known color: Scorpion. HEX triplet: 74, 5B and 63. RGB value is (116,91,99). Sum of RGB (Red+Green+Blue) = 116+91+99=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 91 (35.94% from 255 or 29.74% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 116 - color contains mainly: red. Hex color #745B63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745B63 is #8BA49C. Grayscale: #636363. Windows color (decimal): -9151645 or 6511476. OLE color: 6511476.

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

Color convert

RGB 116 91 99 -
CMYK 0 0.22 0.15 0.55
HSL 340.8º 0.12% 0.41% -
HSV(B) 340.8º 0.22% 0.45% -
XYZ 13.2 12.1 13.44 -
YUV 99.39 127.78 139.85 -
System Red Green Blue C M Y K H S L
Decimal 116 91 99 0 0.22 0.15 0.55 340.8 0.12 0.41
Hex 74 5B 63 0 16 F 37 155 C 29
Octal 164 133 143 0 26 17 67 525 14 51
Binary 1110100 1011011 1100011 0 10110 1111 110111 101010101 1100 101001

Color Harmonies of #745B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745B63

Black with #745B63

Text Example


Text Example

White with #745B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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